I have a simple windows form application in vb.net ,now I am trying to use the code in asp.net web form .I want to delete the selected row from gridview and database table .I am encountering the following error:
Undefined function 'GridView1.Rows' in expression.
I have just gotten into asp.net and have tried few ways to do this but dont understand well enough.
if someone could show me some code that i could add to my form i would appreciate it
Thanks