Run Javascript at GridView Edit

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

hey all,
when a user hits the edit button of a gridview row is there a way to execute
a javascript function after the row has been rendered?

thanks,
rodchar
 
Little hacky.. but OnRowCreated willl give u the row, then you can
FindControl and then add onclick attribute to edit button/link.
 
Back
Top