G
Guest
Hi i have a webpage which has datagrid with one column called customer ID..
that customer ID is hyperlink mean i a click that customer ID it open a web
page and display that customer ID on that page. is it possible to exchange
value between web pages like my code is
<asp
ataGrid id="DataGrid1" runat="server" Height="114px" Width="320px"
ShowFooter="True">
<Columns><asp:HyperLinkColumn DataNavigateUrlField="CustID"
DataNavigateUrlFormatString="javascript:var w
=window.open('/Goto.aspx?ID={0}',null,'width=400,height=400,location=no')"
DataTextField="CustID" SortExpression="CustID"
HeaderText="CustID"></asp:HyperLinkColumn>
</Columns>
thanks
</asp
ataGrid>
that customer ID is hyperlink mean i a click that customer ID it open a web
page and display that customer ID on that page. is it possible to exchange
value between web pages like my code is
<asp
ShowFooter="True">
<Columns><asp:HyperLinkColumn DataNavigateUrlField="CustID"
DataNavigateUrlFormatString="javascript:var w
=window.open('/Goto.aspx?ID={0}',null,'width=400,height=400,location=no')"
DataTextField="CustID" SortExpression="CustID"
HeaderText="CustID"></asp:HyperLinkColumn>
</Columns>
thanks
</asp