So do you want to press an edit button outside the grid and have it go into edit mode for a selected row in clientside? The more efficient way would be to put an "Edit" button on each row. Why not do it this way?
Coding is like life, learn from the past and work towards the future, trying to redo past code, ends in lost time and nothing new accomplished.
alvaro_web
Member
121 Points
172 Posts
button client-side
Jul 08, 2012 08:32 PM|LINK
Using VS2010, C # aspnet4
In my aspx page I have a gridview and a button, one of the columns of the grid view and a link to edit the line
How do I click on the button when the line that you selected clicked on the grid too, that the client-side
AWAlger
Contributor
2531 Points
540 Posts
Re: button client-side
Jul 08, 2012 08:34 PM|LINK
So do you want to press an edit button outside the grid and have it go into edit mode for a selected row in clientside? The more efficient way would be to put an "Edit" button on each row. Why not do it this way?
Coding is like life, learn from the past and work towards the future, trying to redo past code, ends in lost time and nothing new accomplished.
Don't forget to mark Answer!!!!!!!
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: button client-side
Jul 10, 2012 07:31 AM|LINK
Hi
If you want to achieve this , you should write some javascript code for that.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
alvaro_web
Member
121 Points
172 Posts
Re: button client-side
Jul 10, 2012 07:23 PM|LINK
yes, work
<a id="popup" href='../Editar.aspx?SerieId=<%=GridViewSerie.SelectedValue.ToString()%>'>run!!</a>