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 04-19-2012, 06:50 PM   PM User | #1
stevehungry
New Coder

 
Join Date: Mar 2011
Location: England
Posts: 28
Thanks: 0
Thanked 5 Times in 5 Posts
stevehungry is an unknown quantity at this point
form processing, provent access to a page

Hello all,
Im a bit new to ASP.net and was wondering how i could go about creating something similar to php's $SERVER request_method
Code:
if ($SERVER['request_method'] != "post") {
//do stuff
}
in ASP.net using VB, if thats true then i'd like a response.redirect() to take them to a different page. I realise that this isn't a 100% foolproof way of securing a page but its nothing that needs a great deal of security, its mainly for the user's benefit than for security. i would really appreciate the help.

Thank you for reading,
Steve,
stevehungry is offline   Reply With Quote
Old 04-19-2012, 08:40 PM   PM User | #2
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
IsPostBack
Edit: that's a ref link ^
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Reply

Bookmarks

Tags
asp, post, server, vb.net

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 02:13 AM.


Advertisement
Log in to turn off these ads.