AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
Hello i want to make a WebService that get my form as a variable and use this code : for each ctl in myform.controls . . . next when i define a variable as form in input parameter of my function error occured !! how can i declare my variable in webservice as a form control? Best Regards ____________________________ MkhProgrammer
Can you post the sample code that is throwing the error. that is the xml web method You may need to declare the parameter as of type object and pass your form as an object ____________________________ BrainBench ADO.NET and ASP.NET Certified Developer