Click here to Skip to main content
16,020,261 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regarding Binary data write Pin
Unknown Ajanabi22-Apr-10 2:34
Unknown Ajanabi22-Apr-10 2:34 
GeneralRe: Regarding Binary data write Pin
michaelschmitt22-Apr-10 2:45
michaelschmitt22-Apr-10 2:45 
QuestionHow can i Convert currency amount in word in crystal report Pin
Sadeq Monoj21-Apr-10 17:40
Sadeq Monoj21-Apr-10 17:40 
AnswerRe: How can i Convert currency amount in word in crystal report Pin
Sandesh M Patil21-Apr-10 22:58
Sandesh M Patil21-Apr-10 22:58 
QuestionPage Methods and ASCX Pin
Matt Cavanagh21-Apr-10 14:38
Matt Cavanagh21-Apr-10 14:38 
AnswerRe: Page Methods and ASCX Pin
daveyerwin21-Apr-10 15:36
daveyerwin21-Apr-10 15:36 
GeneralRe: Page Methods and ASCX Pin
Not Active21-Apr-10 16:38
mentorNot Active21-Apr-10 16:38 
GeneralRe: Page Methods and ASCX [modified] Pin
daveyerwin21-Apr-10 17:30
daveyerwin21-Apr-10 17:30 
Mark Nischalke wrote:
daveyerwin wrote:
To do this you can use ScriptManager.GetCurrent(Page);

Has nothing to do with PageMethod





thsi has to do with

roguemat wrote:
But I cant find a way that doesnt involve putting code in the main aspx





Mark Nischalke wrote:
An ASP.NET UpdatePanel still goes through the page life cycle so yes it can be slow. Making a direct out of band AJAX call is much faster


The UpdatePanel control represents the nerve center of the server-centric programming model of ASP.NET AJAX. It lets you execute server-side code and return updated markup to the client browser. You may wonder how this differs from classic postbacks. The difference is in how the postback is implemented-instead of a full page refresh, the UpdatePanel control manages to send an out-of-band request for fresh markup and then update the DOM tree when the response is ready.

from msdn

When, in the page life cycle would this "direct out of band AJAX call"
be made ?

Oh yeah , thanks for the "blatantly obvious" I'll take it Smile | :)


edited for formatting
modified on Wednesday, April 21, 2010 11:53 PM

GeneralRe: Page Methods and ASCX Pin
Not Active22-Apr-10 1:46
mentorNot Active22-Apr-10 1:46 
GeneralRe: Page Methods and ASCX Pin
daveyerwin22-Apr-10 3:37
daveyerwin22-Apr-10 3:37 
GeneralRe: Page Methods and ASCX Pin
Not Active22-Apr-10 4:41
mentorNot Active22-Apr-10 4:41 
GeneralRe: Page Methods and ASCX Pin
daveyerwin22-Apr-10 4:49
daveyerwin22-Apr-10 4:49 
AnswerRe: Page Methods and ASCX Pin
Not Active21-Apr-10 16:41
mentorNot Active21-Apr-10 16:41 
GeneralRe: Page Methods and ASCX Pin
Matt Cavanagh21-Apr-10 21:39
Matt Cavanagh21-Apr-10 21:39 
Questionweb Services or make a connection directly to the servers or another way Pin
Arlen Navasartian21-Apr-10 12:10
Arlen Navasartian21-Apr-10 12:10 
AnswerRe: web Services or make a connection directly to the servers or another way Pin
Not Active21-Apr-10 12:57
mentorNot Active21-Apr-10 12:57 
QuestionCustom membership provider Pin
Yoyosch21-Apr-10 10:00
Yoyosch21-Apr-10 10:00 
AnswerRe: Custom membership provider Pin
Not Active21-Apr-10 12:53
mentorNot Active21-Apr-10 12:53 
GeneralRe: Custom membership provider Pin
Yoyosch21-Apr-10 20:56
Yoyosch21-Apr-10 20:56 
QuestionHow to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 6:40
Andraw11121-Apr-10 6:40 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Brij21-Apr-10 6:54
mentorBrij21-Apr-10 6:54 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 7:25
Andraw11121-Apr-10 7:25 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Brij21-Apr-10 7:40
mentorBrij21-Apr-10 7:40 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 7:58
Andraw11121-Apr-10 7:58 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Brij21-Apr-10 8:08
mentorBrij21-Apr-10 8:08 

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.