Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
there is a search form and hyperlink when somebody select some data from x.aspx(search form) and click hyperlink control results seeing b.aspx but some datas will sending from x page to b page.

but hyperlink navigate url routing how can send these datas(search form textbox dropdownlist etc.) with url routing

XML
<asp:HyperLink ID="hyperara" runat="server" CssClass="btn btn-block btn-info btn-lg" NavigateUrl="<%$ RouteUrl:RouteName=Indrm,Parametre=???????(from form textbox,dropdown,etc) %>" ><span>Araç Bul / Find my vehicle now</span></asp:HyperLink>


or

click hyperlink same time run url routing and fire button click event so may be send these datas with button click event from code behind.
Posted
Comments
ramyajaya 12-Apr-15 19:28pm    
To my understanding the solution is

1. on click of hyper link of x page get the values you want from that page

2. set the values to some variables of the b page

3. in page load use those values to perform your desired function

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900