Correct, because postback will not occur.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Are you referring to the digital root of a number?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
As much as I know, you should put the pages that you don't want to get access to in a folder and put a Web.Config file in that folder and set this tag: this way you will make users to login before they can see the content of this folder(they will be redirected to login.aspx automatically)! And when you can Log some user in using: System.Web.Security.FormsAuthentication.RedirectFromLoginPage(); you can log him out using: System.Web.Security.FormsAuthentication.SignOut();;)
Sojaner!
Well you can think about passing back a FAILED or SUCCEEDED values back, wrap it up in a transaction, there are thousands of possibilities, but you'll find out about them more as you progress.
Kind Regards, Gary
My Website || My Blog || My Articles