Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to send textarea value from one page to other page using querystring.

Please help me with below query-
>can we pass more than 200 characters through querystring?
>if yes, then i have to replace some characters like &,#,: right?


Awaiting for reply
Posted
Updated 30-Jun-14 1:23am
v2

1 solution

You'll need to encode the value you put into the querystring using Server.UrlEncode(). You'll want to research the versions of IE because some had a very low limit as to how long the URL can be before it truncates it. You're much better off using the Session to store and retrieve the value.
 
Share this answer
 
Comments
[no name] 30-Jun-14 7:26am    
ok. thank you for reply.
i cant use session because i want to send value as per key.

In my webpage, i used for loop to display data and from one of the link i want to send database value.
session will store only one value.

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