Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Pass Data from Page to Control and find current loaded Control Pin
Brij7-Apr-10 6:15
mentorBrij7-Apr-10 6:15 
GeneralRe: Pass Data from Page to Control and find current loaded Control Pin
-Muc_7-Apr-10 6:46
-Muc_7-Apr-10 6:46 
GeneralRe: Pass Data from Page to Control and find current loaded Control Pin
Brij7-Apr-10 17:40
mentorBrij7-Apr-10 17:40 
GeneralRe: Pass Data from Page to Control and find current loaded Control Pin
-Muc_8-Apr-10 21:00
-Muc_8-Apr-10 21:00 
QuestionCreate login form wizard asp - add extra field for security login Pin
alexa_adrian20017-Apr-10 3:38
alexa_adrian20017-Apr-10 3:38 
AnswerRe: Create login form wizard asp - add extra field for security login Pin
Not Active7-Apr-10 5:17
mentorNot Active7-Apr-10 5:17 
GeneralRe: Create login form wizard asp - add extra field for security login Pin
alexa_adrian20017-Apr-10 20:15
alexa_adrian20017-Apr-10 20:15 
QuestionAutomatic logout Pin
Morgs Morgan7-Apr-10 3:28
Morgs Morgan7-Apr-10 3:28 
hi guys,
I'm implementing a automatic logout feature in my web app,
I have tried to do this using my web.config file, it looks similar to:
<pre>
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<!--this is my logout implementation-->
<location path="Logout.aspx">
<system.web>
<authorization>
<allow users ="?"/>
</authorization>
</system.web>
</location>
<location path="Home.aspx">
<system.web>
<authorization>
<allow users ="?"/>
</authorization>
</system.web>
</location>
<authentication mode="Forms">
<forms loginUrl ="Default.aspx" timeout ="2"/>
</authentication>
<authorization>
<deny users="?" />
</authorization><code></code>
<!--this is my logout implementation-->
</pre>

I have not shown the whole file but this is I change.
The problem is that this does not quiet work!

Anybody who knows how I can fix this? or better approach? please help D'Oh! | :doh:

Thanks,
Mo
AnswerRe: Automatic logout Pin
Arindam Tewary7-Apr-10 3:43
professionalArindam Tewary7-Apr-10 3:43 
Questiondatatable merging Pin
sekannak7-Apr-10 2:56
sekannak7-Apr-10 2:56 
AnswerRe: datatable merging Pin
Arindam Tewary7-Apr-10 3:22
professionalArindam Tewary7-Apr-10 3:22 
Questionimplement a dicom viewer using asp.net + C# Pin
Punit Belani7-Apr-10 2:17
Punit Belani7-Apr-10 2:17 
AnswerRe: implement a dicom viewer using asp.net + C# Pin
Arindam Tewary7-Apr-10 3:24
professionalArindam Tewary7-Apr-10 3:24 
GeneralRe: implement a dicom viewer using asp.net + C# Pin
Punit Belani7-Apr-10 3:35
Punit Belani7-Apr-10 3:35 
GeneralRe: implement a dicom viewer using asp.net + C# Pin
Jamil Hallal4-Jun-10 3:11
professionalJamil Hallal4-Jun-10 3:11 
AnswerRe: implement a dicom viewer using asp.net + C# Pin
Pablo Cervio8-Sep-10 8:30
Pablo Cervio8-Sep-10 8:30 
QuestionASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 1:39
Ahmed Galal7-Apr-10 1:39 
AnswerRe: ASP.NET Control Custom Attribute Pin
Arun Jacob7-Apr-10 1:52
Arun Jacob7-Apr-10 1:52 
GeneralRe: ASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 1:54
Ahmed Galal7-Apr-10 1:54 
AnswerRe: ASP.NET Control Custom Attribute Pin
Not Active7-Apr-10 2:00
mentorNot Active7-Apr-10 2:00 
GeneralRe: ASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 2:05
Ahmed Galal7-Apr-10 2:05 
GeneralRe: ASP.NET Control Custom Attribute Pin
Not Active7-Apr-10 2:43
mentorNot Active7-Apr-10 2:43 
GeneralRe: ASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 3:01
Ahmed Galal7-Apr-10 3:01 
AnswerRe: ASP.NET Control Custom Attribute Pin
Arun Jacob7-Apr-10 2:10
Arun Jacob7-Apr-10 2:10 
GeneralRe: ASP.NET Control Custom Attribute Pin
Ahmed Galal7-Apr-10 2:14
Ahmed Galal7-Apr-10 2:14 

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.