Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello everyone,

I want to pass value NAME1.TEXT and reply's value with query string,where reply can be either yes or no....i defined it as below

string app = "<a href='http://xyz.com/send_mail.aspx?reply=yes&name=&name1.Text'>Click here</a>";


I am passing the above string app in mail body.

I tried a lot,but i am not getting name's value as a query string on receiving. How to do that? Any help would be greatly appreciated.

Regards
Posted
Updated 30-Jan-13 20:00pm
v2

C#
string str1 = NAME1.TEXT ;
        str += "<a href=http://localhost:2205/leave%20management/Default.aspx?uname=" + str1 + ">open</a>";
 
Share this answer
 
v2

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