Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HELP! Accessing controls on a user control Pin
lovedotnet28-Apr-08 19:28
lovedotnet28-Apr-08 19:28 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 19:40
protectorChristian Graus28-Apr-08 19:40 
QuestionProgramming to DataTables VS. programming to Type safe objects. Pin
Steve Holdorf28-Apr-08 9:35
Steve Holdorf28-Apr-08 9:35 
GeneralSetting Grid values into Text Box Pin
Banjo Ayorinde28-Apr-08 9:03
Banjo Ayorinde28-Apr-08 9:03 
GeneralRe: Setting Grid values into Text Box Pin
Ashish Sehajpal28-Apr-08 9:12
Ashish Sehajpal28-Apr-08 9:12 
QuestionHow to identify Pin
Krazy Programmer28-Apr-08 7:18
Krazy Programmer28-Apr-08 7:18 
GeneralRe: How to identify Pin
Ashish Sehajpal28-Apr-08 7:52
Ashish Sehajpal28-Apr-08 7:52 
GeneralRe: How to identify Pin
Mark J. Miller28-Apr-08 8:06
Mark J. Miller28-Apr-08 8:06 
First you need to authenticate a user (find out who they are) and then each time they attempt to access a restricted resource you need to authorized (find out if they are allowed to access the resource). Authentication is performed when the user first visits the site, and then the user is assigned some sort of ticket that follows them as they navigate the site and identifies who they are. If the user does not have a ticket they have not been authenticated and must be redirected to the login.

I also suggest reading up on Authentication and Authorization for ASP.NET, just search for Asp.net Authentication Authorization.

http://www.google.com/search?hl=en&rls=com.microsoft%3Aen-US&q=asp.net+authentication+authorization[^]


GeneralRe: How to identify Pin
flash66529-Apr-08 16:24
flash66529-Apr-08 16:24 
Generalproblem passing parameters to ASp.NET when migrating foxweb to ASp.NET [modified] Pin
SAIRS28-Apr-08 6:08
SAIRS28-Apr-08 6:08 
QuestionBanner Problem (Master Page) Pin
ksaw12328-Apr-08 5:34
ksaw12328-Apr-08 5:34 
GeneralRe: Banner Problem (Master Page) Pin
Guffa28-Apr-08 5:58
Guffa28-Apr-08 5:58 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 6:18
Ashish Sehajpal28-Apr-08 6:18 
AnswerRe: Banner Problem (Master Page) Pin
Krazy Programmer28-Apr-08 7:20
Krazy Programmer28-Apr-08 7:20 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:17
ksaw12328-Apr-08 8:17 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 8:26
Ashish Sehajpal28-Apr-08 8:26 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:53
ksaw12328-Apr-08 8:53 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:00
Ashish Sehajpal28-Apr-08 9:00 
GeneralRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 9:11
ksaw12328-Apr-08 9:11 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:20
Ashish Sehajpal28-Apr-08 9:20 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:02
Ashish Sehajpal28-Apr-08 9:02 
GeneralRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 9:14
ksaw12328-Apr-08 9:14 
QuestionURL Rewriting for Subdomains Pin
wEb GuRu...28-Apr-08 4:42
wEb GuRu...28-Apr-08 4:42 
GeneralRe: URL Rewriting for Subdomains Pin
Mark J. Miller28-Apr-08 7:37
Mark J. Miller28-Apr-08 7:37 
Questionsave aspx file into sub domain ? Pin
winseelan28-Apr-08 4:39
winseelan28-Apr-08 4:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.