Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: java script problem Pin
rajkumar.325-Aug-08 20:47
rajkumar.325-Aug-08 20:47 
AnswerRe: java script problem Pin
Christian Graus25-Aug-08 21:56
protectorChristian Graus25-Aug-08 21:56 
QuestionUsing Of Adrotor with xml file and Ajax in Asp.net Pin
G Dhiman25-Aug-08 20:23
G Dhiman25-Aug-08 20:23 
AnswerRe: Using Of Adrotor with xml file and Ajax in Asp.net Pin
Blue_Boy25-Aug-08 20:51
Blue_Boy25-Aug-08 20:51 
QuestionIs the Unload event fired when Page Caching is enabled? Pin
jrhea25-Aug-08 13:08
jrhea25-Aug-08 13:08 
AnswerRe: Is the Unload event fired when Page Caching is enabled? Pin
AlexeiXX325-Aug-08 16:22
AlexeiXX325-Aug-08 16:22 
GeneralRe: Is the Unload event fired when Page Caching is enabled? Pin
jrhea25-Aug-08 17:46
jrhea25-Aug-08 17:46 
GeneralRe: Is the Unload event fired when Page Caching is enabled? Pin
AlexeiXX325-Aug-08 17:59
AlexeiXX325-Aug-08 17:59 
Just handle the beginrequest in the global.asax
I dont think a call to a stored procedure will take too much time
If you only want to count requests you can save a temp variable in the application object and save it on application end or every n minutes

Protected Sub Application_BeginRequest(ByVal sender As Object, ByVal e As System.EventArgs)
   'Do your stuff
End Sub


jrhea wrote:
I was thinking of creating a 1x1 image file served by a generic handler

Wouldnt this image be cached on client side and you would only count the first request??

Alexei Rodriguez

GeneralRe: Is the Unload event fired when Page Caching is enabled? Pin
jrhea25-Aug-08 18:13
jrhea25-Aug-08 18:13 
QuestionTreeview Pin
Steve R Adams25-Aug-08 10:48
Steve R Adams25-Aug-08 10:48 
AnswerRe: Treeview Pin
AlexeiXX325-Aug-08 16:18
AlexeiXX325-Aug-08 16:18 
GeneralRe: Treeview Pin
Steve R Adams28-Aug-08 10:24
Steve R Adams28-Aug-08 10:24 
GeneralRe: Treeview Pin
AlexeiXX328-Aug-08 10:40
AlexeiXX328-Aug-08 10:40 
GeneralRe: Treeview Pin
Steve R Adams28-Aug-08 11:47
Steve R Adams28-Aug-08 11:47 
GeneralRe: Treeview Pin
Steve R Adams2-Sep-08 11:57
Steve R Adams2-Sep-08 11:57 
GeneralRe: Treeview Pin
AlexeiXX33-Sep-08 6:41
AlexeiXX33-Sep-08 6:41 
Questiongmail "more actions" menu? Pin
Todd Smith25-Aug-08 9:22
Todd Smith25-Aug-08 9:22 
AnswerRe: gmail "more actions" menu? Pin
Colin Angus Mackay25-Aug-08 10:51
Colin Angus Mackay25-Aug-08 10:51 
QuestionFileUpload and the content type Pin
Fernando A. Gomez F.25-Aug-08 9:07
Fernando A. Gomez F.25-Aug-08 9:07 
AnswerRe: FileUpload and the content type Pin
Christian Graus25-Aug-08 9:44
protectorChristian Graus25-Aug-08 9:44 
GeneralRe: FileUpload and the content type Pin
Fernando A. Gomez F.25-Aug-08 12:15
Fernando A. Gomez F.25-Aug-08 12:15 
AnswerRe: FileUpload and the content type Pin
Todd Smith25-Aug-08 9:51
Todd Smith25-Aug-08 9:51 
GeneralRe: FileUpload and the content type Pin
Fernando A. Gomez F.25-Aug-08 12:24
Fernando A. Gomez F.25-Aug-08 12:24 
QuestionFree mail client Pin
Md Nazmoon Noor25-Aug-08 7:31
Md Nazmoon Noor25-Aug-08 7:31 
QuestionHow to maintain Seesion in windows application Pin
Rickey_Me25-Aug-08 6:42
Rickey_Me25-Aug-08 6:42 

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.