Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > URL lenght limit in the GET method exceeded

Reply
Thread Tools

URL lenght limit in the GET method exceeded

 
 
Marcin Zmyslowski
Guest
Posts: n/a
 
      03-10-2005
Hello!

I have exceeded the length of the URL limit. I have a form where I send
data using GET method. Now I have to change method of posting data into
POST method. But please tell me how to get data after passing them,
because when I call
request.querystring("field1")
it doesn`t work in the post method.

Please help, I will be grateful for help
Marcin from Poland

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Dave Anderson
Guest
Posts: n/a
 
      03-10-2005
Marcin Zmyslowski wrote:
> I have exceeded the length of the URL limit. I have a form where I
> send data using GET method. Now I have to change method of posting
> data into POST method. But please tell me how to get data after
> passing them, because when I call
> request.querystring("field1")
> it doesn`t work in the post method.


Compare:
http://msdn.microsoft.com/library/en...06c0886476.asp
http://msdn.microsoft.com/library/en...8557fe2de0.asp

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.


 
Reply With Quote
 
 
 
 
Jake
Guest
Posts: n/a
 
      03-11-2005

"Marcin Zmyslowski" <> wrote in message
news:...
> Hello!
>
> I have exceeded the length of the URL limit. I have a form where I send
> data using GET method. Now I have to change method of posting data into
> POST method. But please tell me how to get data after passing them,
> because when I call
> request.querystring("field1")
> it doesn`t work in the post method.
>
> Please help, I will be grateful for help
> Marcin from Poland
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Use request.form("field1")


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application Pool 'AppPoolName' exceeded its job limit settings Jeff ASP .Net 2 11-03-2006 02:10 PM
Response Buffer Limit Exceeded Help Needed Brian Piotrowski ASP .Net 0 08-27-2004 05:26 PM
Altering error for HTMLInputFile when limit exceeded Eric Sabine ASP .Net 0 08-25-2003 03:11 PM
RuntimeError: maximum recursion limit exceeded ?? Bill Loren Python 0 08-17-2003 01:41 PM
file size limit exceeded Peter Ballard C Programming 9 08-02-2003 08:06 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57