Hi please tell me what is
ISNOTPOSTBACK,POSTBACK,AUTOPOSTBACK and also the extensions
of aspx,asmx,ascx its urgent plz reply me soon....
Answer Posted / arun potti
ISPOSTBACK:
1.In IsPostBack,the page load each and
every click events.
2.It is used when changes required for a
page after an event.
!ISPOSTBACK:
1.In !IsPostBack,the page load only once
i.e,at the beginning.
2.It is used when no changes required for a
page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is application variable?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain what are webservices?
How is mvc different from asp.net? : Asp.Net MVC
What is redirectpermanent in asp.net?
What is virtual directory in asp.net?
How can I configure asp.net applications that are running on a remote machine?
What is client side state management?
Explain page output caching?
Where is asp.net view state stored?
List some of the important session state modes of asp.net.
What’s the catch?
What is the best Macanism to clear the Cache in asp.net
What is a postback ispostback and autopostback in asp net?
Elaborate differentiation between ViewState and SessionState?