Sunday 25 December 2011

56.How do you add Web Methods in VB.Net


A.   Add keyword to Method signature
B.  Add [WebMethod] on top of the Method Signature
C.  Add {WebMethod} on top of the Method Signature
Ans:A