If you are using the GET method, you are limited to a maximum of 2,048 characters (minus the number of characters in the actual path, of course).
FROM:
http://support.microsoft.com/default...NoWebContent=1
Can I know is it other methods/ functions that allow me passing more than 2048 characters by GET.
Ps: I want to passing a string of data(more than 2048 characters) by querystring .
