Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to pass date from one page to another page using querystring.
I have used a gridview hyperlinkfield
Posted
Updated 6-Jan-12 0:44am
v3
Comments
Supriya Srivastav 6-Jan-12 6:22am    
What you want exactly on click of hyperlink,whether to open new page passed with query string.
Prince Antony G 6-Jan-12 6:30am    
explain more pls..
RaviRanjanKr 6-Jan-12 6:50am    
Any effort or please be more specific while asking question.

1 solution

Check it,

http://www.dotnetfunda.com/forums/thread4099-link-button-using-in-gridview-another-page-redirect-how.aspx


<asp:LinkButton runat="server" PostBackUrl='Universitydetails.aspx?UnivID=<%# Eval("UnivId") %>'  Text='<%#Eval("UnivName")%>'></asp:LinkButton>
 
Share this answer
 
v2

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