Postback
Interview Questions on ASP.Net(4)
1.Can you Define Postback?
A.PostBack is the process of submitting
an ASP.Net Page to the server for further processing.This is an property for an
Page object.
2.Define AutoPostBack?
A.AutoPostBack is a property which is
associated with all the controls.If we set this property set to “True”.Then the
control is automatically post back when an even is raised for that we need to
set this property.
3.Can you differentiate between PostBack
and AutoPostBack?
A.Postback Property is associated with
the page level.
AutoPostBack property is associated with
the control level.
4.List the controls for which by default post back is enabled(true)?
A.All the button related controls that
is LinkButton,Image Button etc..
0 comments:
Post a Comment