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 |
what is use of web.config?
What is the use of web.config file?
Explain the role of global.asax?
Explain security types in asp.net?
With example & diagram explain AutoPostBack.
About Windows/Forms Authentication
What is different between webconfig.xml & Machineconfig.xml ?
How do u declare static variable and how it is declared and what is its lifetime?
Types of optimization and name a few and how do u do?
what is silver light when will we use silver light,
How do I use response redirect?
What is caching and types of caching ?