Run Javascript at GridView Edit
am 18.01.2008 23:07:01 von rodcharhey 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
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.
--
Thanks,
Harshal Pachpande
"rodchar"
news:86519E61-310F-4282-A25A-56809AD12488@microsoft.com...
> 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
Thank you for the help.
rod.
"rodchar" wrote:
> 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