how to use web services with code?(with example code)
First we need to create webmethod in webservice.
And we need to expose the webmethod as wsdl file.
Who wants to consume those webmethod they have to create a
class file by using wsdl tag in dotnet command prompt.
once the class file has been created and we can create
instance for that and start accessing all the methods from
the class file.
Is This Answer Correct ? | 1 Yes | 0 No |
List all templates of the repeater control.
Why do we use sessions?
Is asp.net a language?
What is full form of asp.net?
Define cookie.
How would ASP and ASP.NET applications run at the same time on the same server?
RequiredFieldValidator--write code in javascript
How do you manage session in ASP and ASP.NET ?
2 Answers Cap Gemini, Microsoft,
what are types of viewstate
What is web.config and machine.config ?
Which template must you provide, in order to display data in a Repeater control?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#