Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 1:09
Declan Bright4-Apr-08 1:09 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 2:54
raushan_94-Apr-08 2:54 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 3:39
Declan Bright4-Apr-08 3:39 
GeneralJavascript error Pin
samerh3-Apr-08 22:00
samerh3-Apr-08 22:00 
GeneralRe: Javascript error Pin
Declan Bright3-Apr-08 23:44
Declan Bright3-Apr-08 23:44 
GeneralRe: Javascript error Pin
samerh4-Apr-08 1:11
samerh4-Apr-08 1:11 
Generalglobal.asax Pin
ajau3-Apr-08 21:44
ajau3-Apr-08 21:44 
GeneralRe: global.asax Pin
N a v a n e e t h3-Apr-08 22:21
N a v a n e e t h3-Apr-08 22:21 
ajau wrote:
Session state is not available in this context.


The error message is very clear enough. You can't use session in this event as it's not instantiated. Application_AuthenticateRequest is in the early stage of ASP.NET page life cycle. AcquireRequestState is the event where session will be created. So choose any event that fires after AcquireRequestState.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralUrgent: Database not updated Pin
guardianhm3-Apr-08 21:37
guardianhm3-Apr-08 21:37 
GeneralRe: Urgent: Database not updated Pin
N a v a n e e t h3-Apr-08 22:01
N a v a n e e t h3-Apr-08 22:01 
GeneralUpdate dyndns Pin
~V~3-Apr-08 21:31
~V~3-Apr-08 21:31 
GeneralRe: Update dyndns Pin
~V~4-Apr-08 0:35
~V~4-Apr-08 0:35 
GeneralProblem Opening embedded images in gmail Pin
Varun1233-Apr-08 21:22
Varun1233-Apr-08 21:22 
GeneralRe: Problem Opening embedded images in gmail Pin
Declan Bright4-Apr-08 0:56
Declan Bright4-Apr-08 0:56 
GeneralRe: Problem Opening embedded images in gmail Pin
Varun1234-Apr-08 17:58
Varun1234-Apr-08 17:58 
GeneralQuestion about controls and assemblies Pin
kontax3-Apr-08 21:22
kontax3-Apr-08 21:22 
GeneralRe: Question about controls and assemblies Pin
Declan Bright4-Apr-08 0:09
Declan Bright4-Apr-08 0:09 
Questionhow to capture the id of linkbutton Pin
mukkanti0073-Apr-08 21:08
mukkanti0073-Apr-08 21:08 
AnswerRe: how to capture the id of linkbutton Pin
Rocky#3-Apr-08 21:13
Rocky#3-Apr-08 21:13 
QuestionWriting SelectedItemTemplate to select items in DataList control Pin
Chesnokov Yuriy3-Apr-08 21:07
professionalChesnokov Yuriy3-Apr-08 21:07 
Generalmultiple excel sheet [modified] Pin
sanaja3-Apr-08 20:38
sanaja3-Apr-08 20:38 
GeneralDynamically populating a dropdown list in ASP.Net Pin
Shikha12343-Apr-08 19:56
Shikha12343-Apr-08 19:56 
GeneralRe: Dynamically populating a dropdown list in ASP.Net Pin
That's Aragon3-Apr-08 20:35
That's Aragon3-Apr-08 20:35 
GeneralDynamically Bind ID and Name to Link Button in Datalist Pin
sjs4u3-Apr-08 19:50
sjs4u3-Apr-08 19:50 
AnswerRe: Dynamically Bind ID and Name to Link Button in Datalist [modified] Pin
ashok@techxygen4-Apr-08 1:59
ashok@techxygen4-Apr-08 1:59 

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.