Click here to Skip to main content
15,913,758 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to select Directory Pin
Brij17-Feb-10 0:35
mentorBrij17-Feb-10 0:35 
QuestionCOM Problem Pin
JC.KaNNaN16-Feb-10 18:44
JC.KaNNaN16-Feb-10 18:44 
AnswerRe: COM Problem Pin
Brij16-Feb-10 19:16
mentorBrij16-Feb-10 19:16 
GeneralRe: COM Problem Pin
JC.KaNNaN16-Feb-10 20:38
JC.KaNNaN16-Feb-10 20:38 
QuestionHow to move columns of Gridview at Runtime ? Pin
H_i_M16-Feb-10 18:37
H_i_M16-Feb-10 18:37 
AnswerRe: How to move columns of Gridview at Runtime ? Pin
Brij16-Feb-10 19:12
mentorBrij16-Feb-10 19:12 
AnswerRe: How to move columns of Gridview at Runtime ? Pin
gajendra_kshatriya16-Feb-10 21:19
gajendra_kshatriya16-Feb-10 21:19 
QuestionUpdatePanel and controls with javascript Pin
Member 103390716-Feb-10 9:04
Member 103390716-Feb-10 9:04 
Suppose I have a server control which executes some javascript function on every page postback. For the sake of simplicity, let's say it renders like this:
My control
<script type="text/javascript">window.alert('My control is in the page');</script>

This, of course, works, a popup window is displayed on every postback. Now imagine that the control is nested in an UpdatePanel control. Then the popup is displayed on full page postbacks, but not on partial postbacks where only the UpdatePanel is refreshed (although the javascript is still rendered to the page, it is not executed).

My question is: How do I execute some javascript function on truly every postback, partial or full? It is obvious that "standard" methods for such scenario, like RegisterClientStartupScript, are out of the question.

(As an example, if I want to write my own Timer server control, I need the execute some javascript which after some time interval causes postback. This is easy with full page postbacks, when this javascript is normally executed, but when the Timer is in UpdatePanel (and enabled during partial postback), I need to run the javascript after the partial postback, which I cannot see how.)
modified on Tuesday, February 16, 2010 3:30 PM

AnswerRe: UpdatePanel and controls with javascript Pin
Not Active16-Feb-10 9:36
mentorNot Active16-Feb-10 9:36 
GeneralRe: UpdatePanel and controls with javascript Pin
Member 103390728-Feb-10 9:34
Member 103390728-Feb-10 9:34 
QuestionHow to refresh only Content page without refreshing master page Pin
Raheem MA16-Feb-10 6:52
Raheem MA16-Feb-10 6:52 
AnswerRe: How to refresh only Content page without refreshing master page Pin
gajendra_kshatriya16-Feb-10 18:26
gajendra_kshatriya16-Feb-10 18:26 
AnswerRe: How to refresh only Content page without refreshing master page Pin
keyur satyadev16-Feb-10 19:52
keyur satyadev16-Feb-10 19:52 
GeneralRe: How to refresh only Content page without refreshing master page Pin
Brij16-Feb-10 20:38
mentorBrij16-Feb-10 20:38 
GeneralRe: How to refresh only Content page without refreshing master page Pin
Raheem MA17-Feb-10 6:39
Raheem MA17-Feb-10 6:39 
QuestionTool tips in rdlc Pin
Angsuman Chakraborty16-Feb-10 5:40
Angsuman Chakraborty16-Feb-10 5:40 
AnswerRe: Tool tips in rdlc Pin
sashidhar16-Feb-10 18:12
sashidhar16-Feb-10 18:12 
GeneralRe: Tool tips in rdlc Pin
Angsuman Chakraborty16-Feb-10 19:34
Angsuman Chakraborty16-Feb-10 19:34 
GeneralRe: Tool tips in rdlc Pin
sashidhar16-Feb-10 22:13
sashidhar16-Feb-10 22:13 
QuestionGridview Masters/Detail Question Pin
bgates197016-Feb-10 4:52
bgates197016-Feb-10 4:52 
AnswerRe: Gridview Masters/Detail Question Pin
dan!sh 16-Feb-10 6:08
professional dan!sh 16-Feb-10 6:08 
GeneralRe: Gridview Masters/Detail Question Pin
bgates197016-Feb-10 6:39
bgates197016-Feb-10 6:39 
AnswerFOUND IT! Pin
bgates197016-Feb-10 6:52
bgates197016-Feb-10 6:52 
AnswerRe: Gridview Masters/Detail Question Pin
gajendra_kshatriya16-Feb-10 18:33
gajendra_kshatriya16-Feb-10 18:33 
Questiondeploy to Dev Pin
arkiboys16-Feb-10 3:24
arkiboys16-Feb-10 3:24 

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.