Mitsuki
May 24th, 2006, 11:11 AM
Hi ..
I need some help in this please.
I have a datagrid which has a hyperlink Colum ... I want the user when he clicks on it to transfer him to a page with details about what he pressed ..
<asp:HyperLinkColumn Text="Edit" DataNavigateUrlField="ItemNo" DataNavigateUrlFormatString="ItemsDetails.aspx?ItemNo" DataTextField="ItemNo" HeaderText="Settings"></asp:HyperLinkColumn>
This works but now what should I do in the other page to retreive the values I want from the datagrid ..?
I need some help in this please.
I have a datagrid which has a hyperlink Colum ... I want the user when he clicks on it to transfer him to a page with details about what he pressed ..
<asp:HyperLinkColumn Text="Edit" DataNavigateUrlField="ItemNo" DataNavigateUrlFormatString="ItemsDetails.aspx?ItemNo" DataTextField="ItemNo" HeaderText="Settings"></asp:HyperLinkColumn>
This works but now what should I do in the other page to retreive the values I want from the datagrid ..?