Click here to Skip to main content
16,020,261 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReset webform after clicking on servercontrol [modified] Pin
neetusharmain1-Nov-06 0:01
neetusharmain1-Nov-06 0:01 
AnswerRe: Reset webform after clicking on servercontrol Pin
_AK_1-Nov-06 0:03
_AK_1-Nov-06 0:03 
GeneralRe: Reset webform after clicking on servercontrol Pin
neetusharmain1-Nov-06 0:11
neetusharmain1-Nov-06 0:11 
GeneralRe: Reset webform after clicking on servercontrol Pin
_AK_1-Nov-06 0:27
_AK_1-Nov-06 0:27 
AnswerRe: Reset webform after clicking on servercontrol Pin
Parwej Ahamad1-Nov-06 5:10
professionalParwej Ahamad1-Nov-06 5:10 
GeneralWhat about validation Controls Pin
wEb GuRu...1-Nov-06 6:34
wEb GuRu...1-Nov-06 6:34 
GeneralRe: What about validation Controls Pin
Parwej Ahamad1-Nov-06 15:54
professionalParwej Ahamad1-Nov-06 15:54 
QuestionSession lost for HTTPS pages Pin
hasanali0031-Oct-06 23:50
hasanali0031-Oct-06 23:50 
I have some pages that require authentication. I access these pages using HTTPS...

I have set my session timeout to 60 minutes:

<authentication mode="Forms">

<forms name="Online" path="/" loginurl="..." protection="All" timeout="60">



<sessionstate mode="InProc" cookieless="false" timeout="60">

However, the system is very unreliable. Sometimes, I get logged out of secure pages after 5, 10 or 15 minutes on inactivity.

Would be grateful if someone could inform why the system logs me out after inactivity which is less than 60 minutes.

P.S

In my code-behind page, I use:

private void Page_Load(object sender, System.EventArgs e)
{
//if not authenticated if (!Context.User.Identity.IsAuthenticated) {
Response.Redirect("....");
}
}

So actually I never use the login page as specified in the web.config file
QuestiondataGrid1.DataBind().... problem Pin
sheetal alaspure31-Oct-06 23:47
sheetal alaspure31-Oct-06 23:47 
AnswerRe: dataGrid1.DataBind().... problem Pin
_AK_31-Oct-06 23:52
_AK_31-Oct-06 23:52 
GeneralRe: dataGrid1.DataBind().... problem Pin
sheetal alaspure1-Nov-06 0:07
sheetal alaspure1-Nov-06 0:07 
GeneralRe: dataGrid1.DataBind().... problem Pin
_AK_1-Nov-06 0:09
_AK_1-Nov-06 0:09 
GeneralRe: dataGrid1.DataBind().... problem Pin
sheetal alaspure1-Nov-06 0:17
sheetal alaspure1-Nov-06 0:17 
GeneralRe: dataGrid1.DataBind().... problem Pin
_AK_1-Nov-06 0:25
_AK_1-Nov-06 0:25 
GeneralRe: dataGrid1.DataBind().... problem Pin
sheetal alaspure1-Nov-06 0:31
sheetal alaspure1-Nov-06 0:31 
GeneralRe: dataGrid1.DataBind().... problem Pin
_AK_1-Nov-06 0:39
_AK_1-Nov-06 0:39 
GeneralRe: dataGrid1.DataBind().... problem Pin
sheetal alaspure1-Nov-06 0:49
sheetal alaspure1-Nov-06 0:49 
AnswerRe: dataGrid1.DataBind().... problem Pin
neetusharmain1-Nov-06 0:07
neetusharmain1-Nov-06 0:07 
GeneralRe: dataGrid1.DataBind().... problem Pin
sheetal alaspure1-Nov-06 0:11
sheetal alaspure1-Nov-06 0:11 
GeneralRe: dataGrid1.DataBind().... problem Pin
neetusharmain1-Nov-06 0:15
neetusharmain1-Nov-06 0:15 
Questionhow to retrive a set of photos stored in a single folder and display it in the webpage using C#.net Pin
krishsenthilraj31-Oct-06 23:44
krishsenthilraj31-Oct-06 23:44 
AnswerRe: how to retrive a set of photos stored in a single folder and display it in the webpage using C#.net Pin
_AK_31-Oct-06 23:54
_AK_31-Oct-06 23:54 
Newsplease visit this site also. Pin
Haridas.R31-Oct-06 23:17
Haridas.R31-Oct-06 23:17 
GeneralRe: please visit this site also. Pin
_AK_31-Oct-06 23:54
_AK_31-Oct-06 23:54 
GeneralRe: please visit this site also. Pin
Paddy Boyd1-Nov-06 0:08
Paddy Boyd1-Nov-06 0:08 

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.