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
Where is the view state data stored?
What is the difference between viewstate and hidden field in asp.net?
What is Web API?
What is a 401 redirect?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is __ requestverificationtoken?
What is a url string?
What is asp.net file?
What are the difference between function and stored procedure in .net programming language?
What is the difference between session and viewstate in asp.net?
What is view state management in asp net?
What is inheritance and an how it be used, example with an example?
Difference between application events and session events
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is query string in asp.net?