I have a gridview that has a linkbutton in it, on the onclientclieck event of the link button, I want to call the javascript function and pass some of the values from the gridview to the javascript function, based on the rowindex.
Can I use the Datakeyvalues to pass the values from the gridview to javascript function. I was wondeirng if someone has any example related to this.
any help will be appreciated.
you can pass the values in the RowDataBound event of the grid.