Hello guys, I need your help. Newbie here!

I want to know how to get response.redirect in hyperlinkfield.

Example:
When I click the the link, it response to the next page and the column of my gridview appears but how can I get the labels and tables?

Thanks in advance

Can you please help me..
this is my code..

this is on gridview..

<asp:HyperLinkField 
           DataNavigateUrlFields="TAG NUMBER, DOCUMENT DATE,FILING METHOD,OTHER RETRIEVAL, ANOTHER RETRIEVAL, REMARKS" 
           datatextfield ="TAG NUMBER"
           headertext="TAG NUMBER"
           DataNavigateUrlFormatString="page2.aspx?tagnumber={0}&amp;documentdate={1}&amp;filingmethod={2}&amp;otherretrieval={3}&amp;anotherretrieval={4}&amp;remarks={5}" />

How can I navigate this??? (this is outside the gridview)

  <asp:Label ID="user_name" runat="server" Font-Underline="False" ForeColor="SteelBlue" Width="443px"></asp:Label>

Please help.. thanks ^^

Try the ASP.NET forum.

I don't get the solution for this but I've created a solution to my problem.

to get textbox to put it on gridview

gridview 
<column>
for label/ textbox text = <#" id.text">
<

I think it's impossible to transfer this to another page.. Hope it help others too..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.