Guest User

Untitled

a guest
Jun 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $('tr').click(function() {
  2. // get the ID of the tr and redirect the page based on that
  3. });
  4.  
  5. If e.Row.RowType = DataControlRowType.DataRow Then
  6. e.Row.ID = e.Row.DataItem("Issue_Key")
  7. End If
Add Comment
Please, Sign In to add comment