hi guys i ma working some existing project where some feature is used but i am not getting
[WebMethod]
public static string InsertData(string username, string subj, string desc)
{
string msg = string.Empty;
try
{
}please can some one explain me
1 .why given web method on the head off "insert data" method name
2. what is use of this ,what is web method
3.is it only for static method
Munesh SharmaPosted Jun 22, 2016, 5:24 AM
Vinay SinghPosted Jun 22, 2016, 5:19 AM
Rajeesh MenothPosted Jun 22, 2016, 5:03 AM
Francis SusaimichaelPosted Jun 22, 2016, 3:22 AM
why given web method on the head off "insert data" method name.what is use of this ,what is web method
https://msdn.microsoft.com/en-us/library/byxd99hx(v=vs.90).aspx