Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdrotator and flash banner? Pin
ahmadnaghsh14-Oct-06 0:12
ahmadnaghsh14-Oct-06 0:12 
AnswerRe: Adrotator and flash banner? Pin
Jerry Hammond14-Oct-06 12:30
Jerry Hammond14-Oct-06 12:30 
QuestionAccess the PreRender event i VS2005 Pin
Jakob Farian Krarup14-Oct-06 0:08
Jakob Farian Krarup14-Oct-06 0:08 
Questionhow to create a login application using ASP.NET Pin
Eleazer13-Oct-06 23:47
Eleazer13-Oct-06 23:47 
AnswerRe: how to create a login application using ASP.NET Pin
Suman Singh14-Oct-06 0:31
professionalSuman Singh14-Oct-06 0:31 
AnswerRe: how to create a login application using ASP.NET Pin
perlmunger16-Oct-06 5:36
perlmunger16-Oct-06 5:36 
Questioncopy and paste url Pin
kmanisha13-Oct-06 23:40
kmanisha13-Oct-06 23:40 
AnswerRe: copy and paste url Pin
Suman Singh14-Oct-06 0:37
professionalSuman Singh14-Oct-06 0:37 
a very simple solution may be

1. create a session let say, user
2. when you are checking the username and password from database and if you find the record,
Assign value of userid to the session
3. On each restricted page or on the master page place this code:

if(Session["user"].ToString() == "")
{
Response.Redirect("default.aspx");
}

4. On logout assign blank to this session and remove it...

Hopefully it will solve your problem.

Suman Singh


GeneralRe: copy and paste url Pin
cnr36914-Oct-06 1:06
cnr36914-Oct-06 1:06 
GeneralRe: copy and paste url Pin
kmanisha14-Oct-06 2:01
kmanisha14-Oct-06 2:01 
QuestionTutorial on ASP.NET 2.0 for us who know 1.1 :-) Pin
Jakob Farian Krarup13-Oct-06 23:34
Jakob Farian Krarup13-Oct-06 23:34 
AnswerRe: Tutorial on ASP.NET 2.0 for us who know 1.1 :-) Pin
Mike Ellison15-Oct-06 7:57
Mike Ellison15-Oct-06 7:57 
GeneralRe: Tutorial on ASP.NET 2.0 for us who know 1.1 :-) Pin
Jakob Farian Krarup15-Oct-06 8:05
Jakob Farian Krarup15-Oct-06 8:05 
QuestionDataList in .ascx file does not fire an event for its Item Command Pin
Faisal Khatri13-Oct-06 23:29
Faisal Khatri13-Oct-06 23:29 
QuestionAtlas Configuration problemm! Pin
immori13-Oct-06 22:28
immori13-Oct-06 22:28 
QuestionHow to delete uploaded file. Pin
Soniya_k13-Oct-06 21:00
Soniya_k13-Oct-06 21:00 
AnswerRe: How to delete uploaded file. Pin
Parwej Ahamad13-Oct-06 21:54
professionalParwej Ahamad13-Oct-06 21:54 
GeneralRe: How to delete uploaded file. Pin
Soniya_k13-Oct-06 22:48
Soniya_k13-Oct-06 22:48 
AnswerRe: How to delete uploaded file. Pin
Suman Singh14-Oct-06 0:07
professionalSuman Singh14-Oct-06 0:07 
AnswerRe: How to delete uploaded file. Pin
Suman Singh14-Oct-06 0:15
professionalSuman Singh14-Oct-06 0:15 
GeneralRe: How to delete uploaded file. Pin
Parwej Ahamad14-Oct-06 0:49
professionalParwej Ahamad14-Oct-06 0:49 
GeneralRe: How to delete uploaded file. Pin
Soniya_k14-Oct-06 1:07
Soniya_k14-Oct-06 1:07 
QuestionHow to show a gif progress image during image upload Pin
sundarDATA13-Oct-06 20:47
sundarDATA13-Oct-06 20:47 
AnswerRe: How to show a gif progress image during image upload Pin
immori13-Oct-06 22:39
immori13-Oct-06 22:39 
Questionwhat doies .sln file do exactly and wht it contains ? Pin
max_dev2006@yahoo.com13-Oct-06 20:26
max_dev2006@yahoo.com13-Oct-06 20:26 

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.