Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: simple question: what is a postback?

0 views
Skip to first unread message

Dmitriy Lapshin [C# / .NET MVP]

unread,
Jun 4, 2004, 7:00:51 AM6/4/04
to
Hi,

I am not that strong in definitions, so I will just explain how it works.
Postback means that some data are sent from the browser to the server. This
usually happens with the HTTP POST request, hence the name.
The server sends a new piece of HTML to the browser in reply to the postback
(the user would otherwise see a blank page after, say clicking a button)

Like, if you type something in a search engine's "What to find" text box and
click "Search", this is also actually a postback resulting in found links
displayed in your browser.
It's just ASP, Perl or JSP developers don't call it such :-)

"alejandro" <anon...@discussions.microsoft.com> wrote in message
news:560CAFDF-236C-4F2F...@microsoft.com...
> Hi,
>
> Im a little confused with the postback relationed with the events...
>
> What its a postback?
>
> 1) its go to the server and return to the client
>
> 2) only go to the server
>
> 3) go to the client and return to the server when a user for example click
a button
>
> 4) another thing
>
> Thanks.
> Alejandro.
>
>
>
>

Mohamoss

unread,
Jun 4, 2004, 8:21:06 AM6/4/04
to
Hi Alejandro
I would simply say that a page is Postback when it received by the client
( ie from server to client ) for more that once (not the first time) .. so
this means that it has been from client to server and back . hope that
helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

0 new messages