N
.nLL
Hi, im am a classic asp developer and started to learn asp.net but got stuck
with a simple problem even before i step in to further.
to learn i have started from a simple project (a login system with forms)
due to projects platform (a mobile web site) i cant use cookies (cookies
arent supported on all phones), anyway because of that i do un/pw check on
very page and i have to put
Dim MyUn As String = MyFunctions.AlphaNumOnly(Request.QueryString("un"))
Dim MyPw As String = MyFunctions.AlphaNumOnly(Request.QueryString("pw"))
to every page. In classic asp i could create an include and put smilar code
to get un/pw but in asp.net (VB) i couldnt figureout how to. I ahve got my
functions.vb where i store shared functions and variables but could put
above in to it.
could anyone point me to right direction?
thanks
with a simple problem even before i step in to further.
to learn i have started from a simple project (a login system with forms)
due to projects platform (a mobile web site) i cant use cookies (cookies
arent supported on all phones), anyway because of that i do un/pw check on
very page and i have to put
Dim MyUn As String = MyFunctions.AlphaNumOnly(Request.QueryString("un"))
Dim MyPw As String = MyFunctions.AlphaNumOnly(Request.QueryString("pw"))
to every page. In classic asp i could create an include and put smilar code
to get un/pw but in asp.net (VB) i couldnt figureout how to. I ahve got my
functions.vb where i store shared functions and variables but could put
above in to it.
could anyone point me to right direction?
thanks