Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-19-2005, 07:51 PM   PM User | #1
Brett Bretterso
New Coder

 
Join Date: Aug 2005
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Brett Bretterso is an unknown quantity at this point
Is it possible to Post to an asp.net page?

All the research I've done looks like with asp.net you can only do postback or get. Postback is great, but some things can happen so you want to have it send the form to a different page. Using Request.QueryString you can get data sent to the page that was "getted" , but can you get data that was posted?

I'm currently not in a situation where I can test this myself, but I don't see any reason why you wouldn't be able to. If I remember regular ASP correctly (it's been a little while) you could get data that was submitted either way. It seems silly that it's big brother wouldn't be able to, but I've been having trouble tracking down anything concrete saying that asp.net can get data posted to it.

Any help would be appreciated,

Brett Bretterson
Brett Bretterso is offline   Reply With Quote
Old 10-19-2005, 08:02 PM   PM User | #2
Brett Bretterso
New Coder

 
Join Date: Aug 2005
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Brett Bretterso is an unknown quantity at this point
oh, I found it. Yes you can. You just have to do it the old fashioned ASP way with Request.Form.

Brett Bretterson
Brett Bretterso is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 09:52 AM.


Advertisement
Log in to turn off these ads.