I have one static method which called from javascript
In that static method i want write Gridview bind coding
GridView1.DataSource = Objdt;
GridView1.DataBind();
but it shows this error , How to overcome it,Please reply with code
"An object reference is required for the non-static field, method, or property "
Salman BegPosted Nov 1, 2016, 8:30 AM
Bikesh SrivastavaPosted Nov 1, 2016, 8:29 AM
Ravi SangtaniPosted Nov 1, 2016, 7:57 AM