Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Wrap label Pin
sashidhar28-Oct-09 0:45
sashidhar28-Oct-09 0:45 
AnswerRe: Wrap label Pin
Amit Kushwaha28-Oct-09 0:53
Amit Kushwaha28-Oct-09 0:53 
AnswerRe: Wrap label Pin
Not Active28-Oct-09 1:01
mentorNot Active28-Oct-09 1:01 
GeneralRe: Wrap label Pin
deepthy.p.m28-Oct-09 1:22
deepthy.p.m28-Oct-09 1:22 
GeneralRe: Wrap label Pin
sashidhar28-Oct-09 1:31
sashidhar28-Oct-09 1:31 
GeneralRe: Wrap label Pin
deepthy.p.m28-Oct-09 1:23
deepthy.p.m28-Oct-09 1:23 
GeneralRe: Wrap label Pin
Not Active28-Oct-09 2:32
mentorNot Active28-Oct-09 2:32 
QuestionLogout problem Pin
Purish Dwivedi28-Oct-09 0:07
Purish Dwivedi28-Oct-09 0:07 
I am using MS-ACCESS with ASP.NET & C#.
To maintain the session my code is.

if (ds.Tables[0].Rows.Count > 0)
{
Session["SUBSCRIBER_USERNAME"] = Login1.UserName;
Session["SUBSCRIBER_PASSWORD"] = Login1.Password;
}
else
{

Response.Redirect("index.aspx");

}
I have 3 other pages in my web application.
I have a logout button on all the 3 pages onwhich I want to apply logout coding. How can it be done?
Please help.
Thanks.
AnswerRe: Logout problem Pin
padmanabhan N28-Oct-09 0:15
padmanabhan N28-Oct-09 0:15 
GeneralRe: Logout problem Pin
Purish Dwivedi28-Oct-09 0:27
Purish Dwivedi28-Oct-09 0:27 
GeneralRe: Logout problem Pin
padmanabhan N28-Oct-09 0:30
padmanabhan N28-Oct-09 0:30 
AnswerRe: Logout problem Pin
sashidhar28-Oct-09 0:18
sashidhar28-Oct-09 0:18 
AnswerRe: Logout problem Pin
carlecomm28-Oct-09 19:07
carlecomm28-Oct-09 19:07 
QuestionCollapsible panel Pin
hrishiS27-Oct-09 23:08
hrishiS27-Oct-09 23:08 
AnswerRe: Collapsible panel Pin
Abhishek Sur27-Oct-09 23:11
professionalAbhishek Sur27-Oct-09 23:11 
AnswerRe: Collapsible panel Pin
sashidhar28-Oct-09 0:10
sashidhar28-Oct-09 0:10 
QuestionRegarding page redirection Pin
vijaylumar27-Oct-09 21:39
vijaylumar27-Oct-09 21:39 
AnswerRe: Regarding page redirection Pin
Abhishek Sur27-Oct-09 21:52
professionalAbhishek Sur27-Oct-09 21:52 
GeneralRe: Regarding page redirection Pin
Christian Graus27-Oct-09 22:13
protectorChristian Graus27-Oct-09 22:13 
GeneralRe: Regarding page redirection Pin
Abhishek Sur27-Oct-09 22:32
professionalAbhishek Sur27-Oct-09 22:32 
QuestionRead/Amend of MS words in C# (ASP.NET) Pin
HatakeKaKaShi27-Oct-09 20:44
HatakeKaKaShi27-Oct-09 20:44 
AnswerRe: Read/Amend of MS words in C# (ASP.NET) Pin
Viral Upadhyay27-Oct-09 21:23
Viral Upadhyay27-Oct-09 21:23 
GeneralRe: Read/Amend of MS words in C# (ASP.NET) Pin
HatakeKaKaShi27-Oct-09 21:45
HatakeKaKaShi27-Oct-09 21:45 
AnswerRe: Read/Amend of MS words in C# (ASP.NET) Pin
Abhishek Sur27-Oct-09 21:54
professionalAbhishek Sur27-Oct-09 21:54 
GeneralRe: Read/Amend of MS words in C# (ASP.NET) Pin
HatakeKaKaShi27-Oct-09 22:13
HatakeKaKaShi27-Oct-09 22:13 

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.