Is overloading possible in web services?
Answers were Sorted based on User's Feedback
Answer / neha
Yes it is possible but you have to give different alias name to the web method so that ambiguity can be avoided
---method will be call from application by the name AddInt
[WebMethod Name ="AddInt"]
public void Add(){}//implement code for adding 2 int variable
---------In this step even if you dont give name attribute it will work and method will be called by name Add.
[WebMethod Name ="AddFloat"]
public void Add(){}//implement code for adding 2 float variable
else it will give error
Is This Answer Correct ? | 5 Yes | 0 No |
Which is the parent class of the ASP.NET server control?
0 Answers Sans Pareil IT Services,
Explain the working of passport authentication.
What are the validation controls ?
What is Stateless ASP or ASP.Net?
Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process
1 Answers HCL, Siebel Systems, Visual Soft,
What is the difference between cache and cookies?
what is COM Object in Dot net?
Explain how to prepare culture-specific formatting in .net.
How ASP and ASP.NET page works.
i want the asp.net technical questions and answeres
Where sessions are stored?
What are the events that happen when a client requests an asp.net page from iis server?