Click here to Skip to main content
16,006,440 members
Home / Discussions / C#
   

C#

 
QuestionAbout Threading Pin
engsrini13-Aug-06 20:23
engsrini13-Aug-06 20:23 
AnswerRe: About Threading Pin
Guffa13-Aug-06 21:06
Guffa13-Aug-06 21:06 
GeneralRe: About Threading Pin
engsrini13-Aug-06 21:18
engsrini13-Aug-06 21:18 
GeneralRe: About Threading Pin
Dario Solera13-Aug-06 22:27
Dario Solera13-Aug-06 22:27 
AnswerRe: About Threading Pin
CooperWu13-Aug-06 21:41
CooperWu13-Aug-06 21:41 
Questionsort and filter a set of database Pin
skyeddie13-Aug-06 19:50
skyeddie13-Aug-06 19:50 
AnswerRe: sort and filter a set of database Pin
leppie13-Aug-06 22:14
leppie13-Aug-06 22:14 
QuestionPassing an [in] parameter to an asp.net web service Pin
Mehdi Mousavi13-Aug-06 19:15
Mehdi Mousavi13-Aug-06 19:15 
Hi,
Consider a class that I need to serialize and send over the wire. On
the receiving end, the serialization bytes have to be re-constructed to
form the object. The mentioned class has got some member variables and
one or more constructors.

[WebMethod()]<br />
public void Test(MyClass c) {}


The question is that is there anyway to control the proxy-generation
for the MyClass class? i.e, how am I supposed to force the
proxy-generator to generate the constuctors? Or should I add the
required constructors on the client side using the partial keyword?
What's the best thing to do when you want to pass a one-way informative
parameter (ie., no functionality embedded except for the constructors)
to a web method?

I would like the client side to create the object normally as follows:

MyWebService.MyClass c = new MyWebService.MyClass(param1, param2);<br />
MyWebService.Test(c);


Is there anyway to achieve such functionality?

TIA,

Mehdi
AnswerRe: Passing an [in] parameter to an asp.net web service Pin
leppie13-Aug-06 21:54
leppie13-Aug-06 21:54 
GeneralRe: Passing an [in] parameter to an asp.net web service Pin
Mehdi Mousavi14-Aug-06 0:32
Mehdi Mousavi14-Aug-06 0:32 
QuestionDisplay Image in a Datagrid Pin
Rabbit1713-Aug-06 18:51
Rabbit1713-Aug-06 18:51 
AnswerRe: Display Image in a Datagrid Pin
Rabbit1714-Aug-06 11:39
Rabbit1714-Aug-06 11:39 
QuestionIE login Pin
Archyami13-Aug-06 18:30
Archyami13-Aug-06 18:30 
AnswerRe: IE login Pin
leppie13-Aug-06 22:03
leppie13-Aug-06 22:03 
GeneralRe: IE login Pin
Archyami13-Aug-06 22:20
Archyami13-Aug-06 22:20 
GeneralRe: IE login Pin
leppie13-Aug-06 22:25
leppie13-Aug-06 22:25 
GeneralRe: IE login Pin
Archyami13-Aug-06 22:27
Archyami13-Aug-06 22:27 
GeneralRe: IE login Pin
Guffa13-Aug-06 23:18
Guffa13-Aug-06 23:18 
GeneralRe: IE login Pin
Archyami13-Aug-06 23:35
Archyami13-Aug-06 23:35 
AnswerRe: IE login Pin
Archyami13-Aug-06 23:45
Archyami13-Aug-06 23:45 
Questionpassword Pin
skyeddie13-Aug-06 17:17
skyeddie13-Aug-06 17:17 
AnswerRe: password Pin
Christian Graus13-Aug-06 18:47
protectorChristian Graus13-Aug-06 18:47 
GeneralRe: password Pin
skyeddie13-Aug-06 19:22
skyeddie13-Aug-06 19:22 
GeneralRe: password Pin
Christian Graus13-Aug-06 19:39
protectorChristian Graus13-Aug-06 19:39 
Question.Net CheckedComboBox. Pin
Automation Software Engineer (A.S.E)13-Aug-06 16:54
Automation Software Engineer (A.S.E)13-Aug-06 16:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.