Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i want to pass multiple query string in link button how can i do this. below i am passing only one query string
XML
<asp:LinkButton ID ="linkbtn" runat="server" Text="Edit"  PostBackUrl= '<%#"~/Edit_Home_Page_content.aspx?id="+Eval("page_id")%>'></asp:LinkButton>
Posted

1 solution

I think this should be fine
]]>
you can also use a seperator character that would surely not come in the value for same querystring value and split it in Edit_Home_Page_content.aspx.cs page.
Like this
]]>
 
Share this answer
 

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