Click here to Skip to main content
16,004,991 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem of scripting on windows server 2003 SP2 Pin
Venkatesh Mookkan3-Feb-08 16:45
Venkatesh Mookkan3-Feb-08 16:45 
GeneralASP.NET Modal Popup Pin
K.P.Kannan1-Feb-08 17:29
K.P.Kannan1-Feb-08 17:29 
AnswerRe: ASP.NET Modal Popup Pin
Sun Rays1-Feb-08 17:42
Sun Rays1-Feb-08 17:42 
Questionhow to play audio? Pin
kadkir1-Feb-08 17:13
kadkir1-Feb-08 17:13 
GeneralASP panel control Pin
waheed awan1-Feb-08 11:51
waheed awan1-Feb-08 11:51 
GeneralRe: ASP panel control Pin
Arun Jacob1-Feb-08 16:42
Arun Jacob1-Feb-08 16:42 
GeneralRe: ASP panel control Pin
waheed awan6-Feb-08 5:37
waheed awan6-Feb-08 5:37 
QuestionCustom Login / Logout in ASP.NET Pin
tawammar1-Feb-08 10:40
tawammar1-Feb-08 10:40 
In my Default.aspx page i created 2 text boxes for Authentication, the user writes his username/password and clicks the login button, the login button handler authenticate the username and password then save the loged in user in the Session.Add("loginUser", userRecord); and redirect the user to Home.aspx using Response.Redirect("~/Home.aspx");. in the Page_Load even of the Home.aspx page it checks the session for the created user, if(Session["loginUser"] == null) it will redirect the user to the login page using Response.Redirect("~/Default.aspx"); otherwise it will load Home.aspx. Home.aspx has a Logout button when you click on it, it will remove the loged in user session Session.Remove("loginUser"); , then it will redirect the user to the Default.aspx. The problem occurs after signing out, when i try to visit Home.aspx by typing the URL to the browser http://localhost/ProjectName/Home.aspx, i can view the content of the page even after signing out by clicking the sign out button. this problem happens only when im using IE, Firefox will redirect me to the login page Default.aspx if i tried to visit Home.aspx after signing out!!
AnswerRe: Custom Login / Logout in ASP.NET Pin
Venkatesh Mookkan3-Feb-08 16:52
Venkatesh Mookkan3-Feb-08 16:52 
QuestionHow to enable file download in asp.net 2.0 with C#? Pin
Chakouri1-Feb-08 8:48
Chakouri1-Feb-08 8:48 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
led mike1-Feb-08 9:18
led mike1-Feb-08 9:18 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
Chakouri1-Feb-08 9:29
Chakouri1-Feb-08 9:29 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
led mike1-Feb-08 10:23
led mike1-Feb-08 10:23 
GeneralTreeview SiteNavigation Dynamic Collapse Pin
Member 43822321-Feb-08 3:13
Member 43822321-Feb-08 3:13 
AnswerRe: Treeview SiteNavigation Dynamic Collapse Pin
Arun Jacob1-Feb-08 16:54
Arun Jacob1-Feb-08 16:54 
QuestionRe: Treeview SiteNavigation Dynamic Collapse Pin
Member 43822323-Feb-08 20:33
Member 43822323-Feb-08 20:33 
Questionsolution for getting postback data in gridview in PopupControlExtender in another gridview Pin
Be_Aman1-Feb-08 2:14
Be_Aman1-Feb-08 2:14 
GeneralRe: solution for getting postback data in gridview in PopupControlExtender in another gridview Pin
Elayaraja Sambasivam1-Feb-08 2:57
Elayaraja Sambasivam1-Feb-08 2:57 
Generalgetting ID with master page Pin
trilokharry1-Feb-08 1:39
trilokharry1-Feb-08 1:39 
GeneralRe: getting ID with master page Pin
N a v a n e e t h1-Feb-08 1:59
N a v a n e e t h1-Feb-08 1:59 
QuestionHow to Call js function.. Pin
raushan_91-Feb-08 1:29
raushan_91-Feb-08 1:29 
AnswerRe: How to Call js function.. Pin
Arun Jacob1-Feb-08 1:41
Arun Jacob1-Feb-08 1:41 
GeneralRe: How to Call js function.. Pin
raushan_91-Feb-08 1:55
raushan_91-Feb-08 1:55 
GeneralRe: How to Call js function.. Pin
Arun Jacob1-Feb-08 4:07
Arun Jacob1-Feb-08 4:07 
AnswerRe: How to Call js function.. Pin
N a v a n e e t h1-Feb-08 1:57
N a v a n e e t h1-Feb-08 1:57 

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.