Click here to Skip to main content
15,905,238 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to add datepicker in gridview boundfield column Pin
heena rohra9-Mar-14 22:48
heena rohra9-Mar-14 22:48 
AnswerRe: how to add datepicker in gridview boundfield column Pin
i gr810-Mar-14 0:06
i gr810-Mar-14 0:06 
AnswerRe: how to add datepicker in gridview boundfield column Pin
Jαved10-Mar-14 22:32
professionalJαved10-Mar-14 22:32 
QuestionUrgent help how creating forums with ASP.NET using C# Pin
Samer Wolf9-Mar-14 2:27
Samer Wolf9-Mar-14 2:27 
AnswerRe: Urgent help how creating forums with ASP.NET using C# Pin
Kornfeld Eliyahu Peter9-Mar-14 2:43
professionalKornfeld Eliyahu Peter9-Mar-14 2:43 
AnswerRe: Urgent help how creating forums with ASP.NET using C# Pin
ZurdoDev11-Mar-14 9:52
professionalZurdoDev11-Mar-14 9:52 
QuestionUsing CrystalReport Implement Print Pin
Mr.Roking8-Mar-14 23:13
Mr.Roking8-Mar-14 23:13 
QuestionWhy it is so hard to play with html in visual studio Pin
ankur11638-Mar-14 18:42
ankur11638-Mar-14 18:42 
AnswerRe: Why it is so hard to play with html in visual studio Pin
ankur11638-Mar-14 20:01
ankur11638-Mar-14 20:01 
SuggestionRe: Why it is so hard to play with html in visual studio Pin
Richard MacCutchan8-Mar-14 22:28
mveRichard MacCutchan8-Mar-14 22:28 
AnswerRe: Why it is so hard to play with html in visual studio Pin
Kornfeld Eliyahu Peter8-Mar-14 23:32
professionalKornfeld Eliyahu Peter8-Mar-14 23:32 
AnswerRe: Why it is so hard to play with html in visual studio Pin
jkirkerx10-Mar-14 13:55
professionaljkirkerx10-Mar-14 13:55 
Questionasp.net site taking all the CPU after a while Pin
Amaranth137-Mar-14 8:02
Amaranth137-Mar-14 8:02 
AnswerRe: asp.net site taking all the CPU after a while Pin
jkirkerx10-Mar-14 14:01
professionaljkirkerx10-Mar-14 14:01 
I've seen that happen before years ago.

Web apps just run on 1 thread, unless you create a new thread as like a background worker process, like sending an email.

I think back in the day, I tries using the timer.

In my opinion, the timer is for windows applications, and not for web apps, so the timer your using is running on the server side, and not the client side.

You really want to shift timers to the client side, let the browser do that work for you.

Page.refresh set to about 30 seconds will handle that for you in HTML via the browser.
http://www.w3schools.com/tags/att_meta_http_equiv.asp[^]
GeneralRe: asp.net site taking all the CPU after a while Pin
Amaranth1311-Mar-14 4:33
Amaranth1311-Mar-14 4:33 
GeneralRe: asp.net site taking all the CPU after a while Pin
jkirkerx11-Mar-14 7:10
professionaljkirkerx11-Mar-14 7:10 
QuestionSet label for gridview while export to excel Pin
vignesht507-Mar-14 7:52
vignesht507-Mar-14 7:52 
QuestionCustomize the WebApi2 Authentication and Authorization + Oauth Pin
Member 103245156-Mar-14 20:41
Member 103245156-Mar-14 20:41 
QuestionBlog Pin
dotnetpls6-Mar-14 7:53
dotnetpls6-Mar-14 7:53 
AnswerRe: Blog Pin
Richard Deeming6-Mar-14 8:08
mveRichard Deeming6-Mar-14 8:08 
GeneralRe: Blog Pin
dotnetpls6-Mar-14 8:59
dotnetpls6-Mar-14 8:59 
GeneralRe: Blog Pin
Richard Deeming6-Mar-14 9:46
mveRichard Deeming6-Mar-14 9:46 
Questiongateway Pin
punith Kumar Raj6-Mar-14 3:19
punith Kumar Raj6-Mar-14 3:19 
SuggestionRe: gateway Pin
Richard Deeming6-Mar-14 3:39
mveRichard Deeming6-Mar-14 3:39 
QuestionMVC4 Razor @model - what's equivalent in ASPX view engine? Pin
Swab.Jat6-Mar-14 0:06
Swab.Jat6-Mar-14 0:06 

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.