Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
< href="/KB/answers/Bill.aspx"?billid=<%#Eval(" billid=")%> & sponserid=<%#Eval(" sponserid=")%>" style="text-decoration:none">print
please do it in correct format i have to pass 2 query string values ..
Posted
Comments
Sandeep Mewara 3-Jan-13 22:52pm    
Any specific reason you are trying to pass the values as Eval here?

1 solution

Hi,

Keep your query string value in two different hiddenfields and then pass the hiddenfield values in the server tag like the folowing:

< href="Bill.aspx?billid=<%#Eval(" hiddenfield1")%> & sponserid=<%#Eval(" hiddenfield2")%>" style="text-decoration:none">print


Thanks
 
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