Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to scroll all rows inside datagrid ? Pin
_AK_19-Mar-14 5:42
_AK_19-Mar-14 5:42 
GeneralRe: How to scroll all rows inside datagrid ? Pin
ngoloi19-Mar-14 22:39
ngoloi19-Mar-14 22:39 
QuestionIf record doesn't in one table, check another,how? Pin
samflex18-Mar-14 8:01
samflex18-Mar-14 8:01 
SuggestionRe: If record doesn't in one table, check another,how? Pin
Richard Deeming18-Mar-14 8:41
mveRichard Deeming18-Mar-14 8:41 
AnswerRe: If record doesn't in one table, check another,how? Pin
Arun Radhakrishnan18-Mar-14 9:38
Arun Radhakrishnan18-Mar-14 9:38 
JokeRe: If record doesn't in one table, check another,how? Pin
Deflinek18-Mar-14 10:14
Deflinek18-Mar-14 10:14 
QuestionSession Lost Pin
Zeyad Jalil18-Mar-14 1:35
professionalZeyad Jalil18-Mar-14 1:35 
AnswerRe: Session Lost Pin
kaushikpathak18-Mar-14 1:50
kaushikpathak18-Mar-14 1:50 
check the timeout value of sessionstate in your web.config. May be you have given very less. Session variable doesn't depend on try catch. Its only used to handle errors.

In addition sessions will not work locally or on the server unless you are running https (note the S on the end of https), if you have the following in your web.config file:

<httpcookies httponlycookies="true" requiressl="true">
GeneralRe: Session Lost Pin
RichardGrimmer9-Apr-14 4:47
RichardGrimmer9-Apr-14 4:47 
AnswerRe: Session Lost Pin
Zeyad Jalil18-Mar-14 22:06
professionalZeyad Jalil18-Mar-14 22:06 
QuestionSession be Null in ASP.Net Web Application Pin
Zeyad Jalil17-Mar-14 21:00
professionalZeyad Jalil17-Mar-14 21:00 
QuestionAsp.net DropDownList Data Function Pin
LouisTan2s17-Mar-14 16:31
LouisTan2s17-Mar-14 16:31 
SuggestionRe: Asp.net DropDownList Data Function Pin
Himanshu Jain17-Mar-14 17:24
Himanshu Jain17-Mar-14 17:24 
AnswerRe: Asp.net DropDownList Data Function Pin
Chris Quinn17-Mar-14 22:23
Chris Quinn17-Mar-14 22:23 
QuestionRedirect to web form from web service Pin
Ngan Tran17-Mar-14 6:38
Ngan Tran17-Mar-14 6:38 
AnswerRe: Redirect to web form from web service Pin
#realJSOP17-Mar-14 8:46
mve#realJSOP17-Mar-14 8:46 
AnswerRe: Redirect to web form from web service Pin
Dave Kreskowiak17-Mar-14 9:02
mveDave Kreskowiak17-Mar-14 9:02 
QuestionDropList doesn't post back Pin
#realJSOP17-Mar-14 5:11
mve#realJSOP17-Mar-14 5:11 
AnswerRe: DropList doesn't post back Pin
#realJSOP18-Mar-14 10:53
mve#realJSOP18-Mar-14 10:53 
QuestionHow to assign role to linq queries? Pin
miss78617-Mar-14 1:36
miss78617-Mar-14 1:36 
AnswerRe: How to assign role to linq queries? Pin
kaushikpathak18-Mar-14 1:26
kaushikpathak18-Mar-14 1:26 
GeneralRe: How to assign role to linq queries? Pin
miss78618-Mar-14 1:51
miss78618-Mar-14 1:51 
GeneralRe: How to assign role to linq queries? Pin
kaushikpathak18-Mar-14 2:36
kaushikpathak18-Mar-14 2:36 
GeneralRe: How to assign role to linq queries? Pin
miss78618-Mar-14 2:48
miss78618-Mar-14 2:48 
Questionhow to set the visibility true for <Div> tag in vb.net Pin
Nandan Basak16-Mar-14 21:46
Nandan Basak16-Mar-14 21:46 

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.