I need to create a link in my grid that takes the user to an update form, the form is HUGE so I don't want to use the in-grid edit mode. So I want to do a Template column with something like this
<a href="updateform.aspx?id='<%# bind("id")%>"><%# bind("Name")%></a>
I am getting errors using the bind statement though.
Thanks!
<a href="updateform.aspx?id='<%# bind("id")%>"><%# bind("Name")%></a>
I am getting errors using the bind statement though.
Thanks!