Click here to Skip to main content
15,916,693 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 17:20
mentorNot Active4-Jan-09 17:20 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 17:54
Albert834-Jan-09 17:54 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
N a v a n e e t h4-Jan-09 16:55
N a v a n e e t h4-Jan-09 16:55 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 17:16
mentorNot Active4-Jan-09 17:16 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 17:21
Albert834-Jan-09 17:21 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 17:30
mentorNot Active4-Jan-09 17:30 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 17:33
Albert834-Jan-09 17:33 
Questionsession timeout problem Pin
nour1234-Jan-09 6:43
nour1234-Jan-09 6:43 
and I have a serious problem in my website...

I'm handling a login project, where let the user to login in pageA before entering pageB or pageC. When running at localhost, everything was fine.

Now the problem is when i put into the webserver. The session timeout within 30sec or less eventhough i had code :-

set Session(Login) = user in pageA
-
Session.Timeout = 60 (in pageB & pageC during
pageload!)

If Session(Login) = Nothing Then

respone.redirect(PageA) Else ...............

Although I set the session timeout in web.config as well,

it didn't work

in web.config:
I set the session state to be inProc (didn't work)
also i did:
<sessionState
mode="StateServer"
stateConnectionString="tcpip=65.182.97.156:42424"
cookieless="false"
timeout="20" />
and it didn't work...

many Thanks!

Nour Abdel-Salam...
A Trainer and a Web Developer in Jedda Int'l Computer Center(JICC)

AnswerRe: session timeout problem Pin
kaushal_prabhakar4-Jan-09 19:46
kaushal_prabhakar4-Jan-09 19:46 
QuestionConverting vc++.net code to c# Pin
anveshvm3-Jan-09 22:21
anveshvm3-Jan-09 22:21 
AnswerRe: Converting vc++.net code to c# Pin
N a v a n e e t h3-Jan-09 22:49
N a v a n e e t h3-Jan-09 22:49 
GeneralRe: Converting vc++.net code to c# Pin
anveshvm3-Jan-09 22:59
anveshvm3-Jan-09 22:59 
GeneralRe: Converting vc++.net code to c# Pin
N a v a n e e t h3-Jan-09 23:14
N a v a n e e t h3-Jan-09 23:14 
QuestionHow to develop vedio and audio chat in asp.net ( c#.net ) Pin
soorajk3-Jan-09 18:40
soorajk3-Jan-09 18:40 
AnswerRe: How to develop vedio and audio chat in asp.net ( c#.net ) Pin
N a v a n e e t h3-Jan-09 19:38
N a v a n e e t h3-Jan-09 19:38 
GeneralRe: How to develop vedio and audio chat in asp.net ( c#.net ) Pin
Abhijit Jana3-Jan-09 22:47
professionalAbhijit Jana3-Jan-09 22:47 
GeneralRe: How to develop vedio and audio chat in asp.net ( c#.net ) Pin
N a v a n e e t h3-Jan-09 22:52
N a v a n e e t h3-Jan-09 22:52 
GeneralRe: How to develop vedio and audio chat in asp.net ( c#.net ) Pin
Abhijit Jana3-Jan-09 23:17
professionalAbhijit Jana3-Jan-09 23:17 
GeneralRe: How to develop vedio and audio chat in asp.net ( c#.net ) Pin
Colin Angus Mackay4-Jan-09 4:38
Colin Angus Mackay4-Jan-09 4:38 
GeneralRe: How to develop vedio and audio chat in asp.net ( c#.net ) Pin
N a v a n e e t h4-Jan-09 14:55
N a v a n e e t h4-Jan-09 14:55 
QuestionProblem Regarding Div Tag Pin
ais073-Jan-09 18:26
ais073-Jan-09 18:26 
AnswerRe: Problem Regarding Div Tag Pin
Colin Angus Mackay4-Jan-09 4:40
Colin Angus Mackay4-Jan-09 4:40 
GeneralRe: Problem Regarding Div Tag Pin
Steve Dubyo4-Jan-09 6:37
Steve Dubyo4-Jan-09 6:37 
QuestionQuestion about the IIS log file folder (is there a general way to get the folder path?) Pin
Mika Larramo3-Jan-09 15:37
Mika Larramo3-Jan-09 15:37 
AnswerRe: Question about the IIS log file folder (is there a general way to get the folder path?) Pin
Colin Angus Mackay4-Jan-09 4:43
Colin Angus Mackay4-Jan-09 4:43 

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.