mikemardon
Programmer
Hi there
I have a file upload hyperlink which is in the last column of my datagrid and I need to find out how to pass the corresponding stockID value (stored in the databound collection) to another page when the user clicks on it.
I am guessing that I need to do this in the HTML code but not sure how to go about it!
here is my current code for this link :
<asp:HyperLink id="HyperLink1" runat="server" Font-Size="XX-Small">upload spec</asp:HyperLink>
It does not have an onclick event but I guess I could add on using attributed.add?
Any help would be much appreciated
Thanks!
I have a file upload hyperlink which is in the last column of my datagrid and I need to find out how to pass the corresponding stockID value (stored in the databound collection) to another page when the user clicks on it.
I am guessing that I need to do this in the HTML code but not sure how to go about it!
here is my current code for this link :
<asp:HyperLink id="HyperLink1" runat="server" Font-Size="XX-Small">upload spec</asp:HyperLink>
It does not have an onclick event but I guess I could add on using attributed.add?
Any help would be much appreciated
Thanks!