Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void GridView1_RowUpdated(Object sender, GridViewUpdatedEventArgs e)
  2. {
  3. GridView1.Rows[e.RowIndex].Attributes.Add("style", "background-color:Red;");
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement