Click here to Skip to main content
15,908,455 members

Comments by Ashwin_Nikam (Top 1 by date)

Ashwin_Nikam 11-Apr-13 11:36am View    
ok..please check if follwoing works

If e.CommandName.Equals("Delete") Then

Dim rowID As Integer = Convert.ToInt32(e.CommandArgument)

GridView1.DeleteRow (rowID)



End If