Questions tagged [commandfield]

32 questions
0
votes
1 answer

Pass a Value when delete button is clicked

I have a delete button on a gridview for each row that calls gvSiteInfo_RowDeleting(object sender, EventArgs e) when it is clicked. How do I find out the value of the row number of the clicked delete button? I need to have the row number in the…
Mike
  • 437
  • 3
  • 8
  • 18
-1
votes
1 answer

insert new and insert close

I'm having a problem, so i have a form that contains an "insert and new" and an "insert and close" buttons . the insert and new button lets you insert a row and reopens the form to insert another row . but the insert and close button closes after…
1 2
3