forum

Home / DeveloperSection / Forums / How to get Values to a page where the page opens after clicking on Hyper link

How to get Values to a page where the page opens after clicking on Hyper link

Anonymous User 1698 31-Jan-2014

I have two pages in which I used GridView in one page.In GridView I used Hyperlink to open second page after clicking on it. I am passing the values in Hyperlink which i want to use in second page.

Here is my code

<asp:HyperLink runat="server" ID="HyperLink1"
     NavigateUrl='<%# "db_PmuKpi_OBPI_AllPMs.aspx?PMRMId="+ Eval("PMRMID") + "&sRM =" +
                  Eval("PMRMName")%>' Text='<%# Eval("PMRMName","{0}")%>' />
<asp:Label ID="lblRM" runat="server" />
I want to use PMRMID and PMRMName in second page .How do I get them?

c# c# 
Updated on 31-Jan-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By