Tag Archives: Hyperlink

Passing Parameters Hyperlink in Gridview

<asp:hyperlink runat="server" id="ProductNo" navigateurl=’<%# String.Format ("Forms.aspx?Field1={0}& Field2={1}&Field3={2} &Field4=something" , Eval("productno"), Eval("productname"), Eval("productlocation")) %>’ text=’<%# Eval("productname") %>’> </asp:hyperlink>

Posted in ASP.net | Tagged , , | Leave a comment