View Single Post
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