Last post May 03, 2018 02:17 AM by oned_gk
None
0 Points
1 Post
May 03, 2018 02:07 AM|lengockhanh|LINK
Dear all,
can you help me about send request item to next page, using Hyperlink:
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# Eval("No", "NewCustShow.aspx?No={0}") %>' Text="Detail"> </asp:HyperLink>
In this case i can send "No" value to next page and request string to use it but now i want send many item like "No1","No2", "No3",...
Pls help me do that, thank a lot
All-Star
52202 Points
15507 Posts
May 03, 2018 02:17 AM|oned_gk|LINK
Is it VB?
NavigateUrl='<%# Eval("No", "NewCustShow.aspx?No={0}") & Eval("id", "&id={0}") %>'
None
0 Points
1 Post
Send multi request item to next aspx page
May 03, 2018 02:07 AM|lengockhanh|LINK
Dear all,
can you help me about send request item to next page, using Hyperlink:
In this case i can send "No" value to next page and request string to use it but now i want send many item like "No1","No2", "No3",...
Pls help me do that, thank a lot
All-Star
52202 Points
15507 Posts
Re: Send multi request item to next aspx page
May 03, 2018 02:17 AM|oned_gk|LINK
Is it VB?
Suwandi - Non Graduate Programmer