What is the difference between Postback and Ispostback
Property?
Answer Posted / siddartha
PostBack: Postback is the event which sends the form data
to the server. The server processes the data & sends it
back to the browser. The page goes through its full life
cycle & is rendered on the browser. It can be triggered by
using the server controls.And the IsPostBack property of
the page object may be used to check whether the page
request is a postback or not. IsPostBack property is of the
type Boolean.
| Is This Answer Correct ? | 157 Yes | 18 No |
Post New Answer View All Answers
Where is the session stored?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is in a session cookie?
What is a postback in asp net?
Distinguish between Server-side and Client-side code?
How Can assign alias name for ASP.NET Web API Action?
What is datagrid asp.net?
How we can force all the validation controls to run?
How many types of triggers are there in update panel?
Which is better php or asp.net?
What are the differences between the response.write() and response.output.write()?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain the purpose of storyboard.targetproperty.
Fetch one page value to another page without using state-managment ?
Write code to send e-mail from an asp.net application?