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

ASP.NET

 
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 
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 
Mark Nischalke wrote:
The difference is in how the postback is implemented".


An update panel does "a direct AJAX call".
(how can an indirect call be made ?
)
Check and see if updating an update panel
calls isPostBack.


Mark Nischalke wrote:
On the other hand a direct AJAX call skips it all.


In order for an ajax call to have an effect on
the web page you will have to impliment in your
own code that which was "skipped".

PostBack is a microsoft invented term which can
mean a regular http post request like you would
submit to an aspx page or a webservice, it can
also mean a direct ajax call.


Definition of postback from webopedia ...

A mechanism introduced in the Microsoft ASP.NET to allow the communication between client side and server side.

Mark Nischalke wrote:
Postback is not eliminated, just modified.


Here we see that by definition a direct ajax call
is cetainly a "postback" which is not eleminated
by direct ajax call , just modified.

At the bottom of this top heavy pyramid is the
XmlHttpRequest object or its activex equivelant.
It is used by update panel and by direct ajax
call.
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 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 8:22
Andraw11121-Apr-10 8:22 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Abhijit Jana21-Apr-10 6:55
professionalAbhijit Jana21-Apr-10 6:55 

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.