Connecting Tech Pros Worldwide Forums | Help | Site Map

problem with internet explorers limit on length of query string

Rahul Aggarwal
Guest
 
Posts: n/a
#1: Nov 18 '05
Hi,

I was using a get request method to call a page in a different web project.
Bu my query string becomes more than 2083 characters anything more than 2083
characters is stripped off. I can use the POST method to do the same. But
the problem is that in Asp.net the form posts to itself, so if i want to
post an action to a different page then i have to do Request.Redirect("to
some page in different web project"). If i do this then it again becomes a
GET.

Is there a solution to this problem. I would more than appreciate if some
one can help me out.

Thanks
Rahul Aggarwal



Closed Thread