answersLogoWhite

0


Best Answer

Postback is the process of posting the page to the server and getting the response back from the server.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by postback in aspnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is postback concept in net?

IS postback property to handle postbackform inused.


What is the definition of a postback?

Postback has two definitions. One definition is used for eCommerce and one definition is used for Web development. For eCommerce, Pay Processors like Pay Pal and Payza are using Postback to inform the merchants that the affiliates have been successfully credited with their money.


Difference between callback and postback in asp net?

A Postback occurs when the data (the whole page) on the page is posted from the client to the server..ie thedata is posted-back to the server, and thus the page is refreshed (redrawn)...think of it as 'sending the server the whole page (asp.net) full of data'. On the other hand, a callback is also a special kind of postback, but it is just a quick round-trip to the server to get a small set of data (normally), and thus the page is not refreshed, unlike with the postback...think of it as 'calling the server, and receiving some data back' With Asp.Net, the ViewState is not refreshed when a callback is invoked, unlike with a postback.


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


How many objects in aspnet?

6


How webservices working with example?

Webservices allow you to run server side code from your web page without requiring a postback.


What is the default scripting language for ASPNET?

VBScript


What is the earliest event in which viewstate information has been restrod before net framework 3.5?

initialization During page initialization, controls on the page are available and each control's UniqueID property is set. A master page and themes are also applied to the page if applicable. If the current request is a postback, the postback data has not yet been loaded and control property values have not been restored to the values from view state. Load During load, if the current request is a postback, control properties are loaded with information recovered from view state and control state.


How does aspnet work?

Asp.Net is client server architecture.


What is the fastest way to concat strings in aspnet?

stringbuilder


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification


How do you use Microsoft richtext box control in aspnet?

george