Click here to Skip to main content
15,927,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Is this Querystring? Pin
Christian Graus5-Oct-07 13:23
protectorChristian Graus5-Oct-07 13:23 
Questionradio buttons Pin
venky4565-Oct-07 3:58
venky4565-Oct-07 3:58 
AnswerRe: radio buttons Pin
cisco21035-Oct-07 4:13
cisco21035-Oct-07 4:13 
GeneralRe: radio buttons Pin
venky4565-Oct-07 19:28
venky4565-Oct-07 19:28 
QuestionSession & Cookie in Config Pin
mehrdadc485-Oct-07 3:37
mehrdadc485-Oct-07 3:37 
AnswerRe: Session & Cookie in Config Pin
Abhijit Jana5-Oct-07 3:55
professionalAbhijit Jana5-Oct-07 3:55 
GeneralRe: Session & Cookie in Config Pin
MoustafaS5-Oct-07 6:29
MoustafaS5-Oct-07 6:29 
GeneralRe: Session & Cookie in Config Pin
Abhijit Jana5-Oct-07 21:17
professionalAbhijit Jana5-Oct-07 21:17 
Thanks for your reply... Smile | :)


Here is your soln~
<Configuration>
<System.web>
<!-- This is for Cookies.... 30 is default time out -->
<Authenication mode="Forms">
<forms name="MyAppCokies"
loginUrl="~\login.aspx"
protection="All"
timeout="30" Path="/" />
<!-- For SessionTimeout -->
<SessionState
<-- Provide all information of session -->
timeout="20" Cool | :cool:

/>
</System.web>
</Configuration>

Hope This will Help U
Happy Programming
-----
Abhijit
Questionradio buttons [modified] Pin
venky4565-Oct-07 3:12
venky4565-Oct-07 3:12 
AnswerRe: radio buttons Pin
Not Active5-Oct-07 3:36
mentorNot Active5-Oct-07 3:36 
AnswerRe: radio buttons Pin
Dhyanga7-Oct-07 20:18
Dhyanga7-Oct-07 20:18 
QuestionDynamically creating Hyperlinks Pin
mrtupperware5-Oct-07 3:10
mrtupperware5-Oct-07 3:10 
AnswerRe: Dynamically creating Hyperlinks Pin
sanchet5-Oct-07 3:25
sanchet5-Oct-07 3:25 
GeneralRe: Dynamically creating Hyperlinks Pin
mrtupperware5-Oct-07 5:08
mrtupperware5-Oct-07 5:08 
AnswerRe: Dynamically creating Hyperlinks Pin
Abhijit Jana5-Oct-07 3:34
professionalAbhijit Jana5-Oct-07 3:34 
QuestionShow Calander in Drop Down List using asp.net Pin
Rinki Mukheraji5-Oct-07 3:01
Rinki Mukheraji5-Oct-07 3:01 
Questionhow to create .mdf file Pin
bhattiprolu5-Oct-07 3:01
bhattiprolu5-Oct-07 3:01 
AnswerRe: how to create .mdf file Pin
Abhijit Jana5-Oct-07 3:19
professionalAbhijit Jana5-Oct-07 3:19 
GeneralRe: how to create .mdf file Pin
bhattiprolu5-Oct-07 3:29
bhattiprolu5-Oct-07 3:29 
GeneralRe: how to create .mdf file Pin
Abhijit Jana5-Oct-07 3:42
professionalAbhijit Jana5-Oct-07 3:42 
GeneralRe: how to create .mdf file Pin
bhattiprolu5-Oct-07 3:51
bhattiprolu5-Oct-07 3:51 
GeneralRe: how to create .mdf file Pin
Abhijit Jana5-Oct-07 4:13
professionalAbhijit Jana5-Oct-07 4:13 
GeneralRe: how to create .mdf file Pin
bhattiprolu5-Oct-07 4:34
bhattiprolu5-Oct-07 4:34 
GeneralRe: how to create .mdf file Pin
Abhijit Jana5-Oct-07 4:42
professionalAbhijit Jana5-Oct-07 4:42 
AnswerRe: how to create .mdf file Pin
Abhijit Jana5-Oct-07 3:25
professionalAbhijit Jana5-Oct-07 3:25 

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.