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 / lakshmi
!ispostback is to find that the page has posted for first
time or subsequent requests.for intialisation of controls
this is used.
autopostback renders javascript function _dopostback which
submits the page to the server automatically.
postback means submiting the page to server
AutopstBack means Page will be Refreshed by itself
aspx---active server pages xtention,web application
ascx---active server control xtension,user control
asmx---active server method xtension,web services
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is skin in asp.net?
Explain an object, class and method.
What are session state modes in asp.net?
Distinguish between Server-side and Client-side code?
Is global asax mandatory?
What is the mvc model?
Explain some of the major built-in objects in asp.net
Differentiate between early binding and late binding.
Give me one example of Web API Routing?
What is the equivalent of date() and time() in asp.net?
Explain how cookies work.
How to implement role based security in asp.net mvc? : Asp.Net MVC
What are client activated objects?
Less than one page, how many windows will you be able to maintain?
What are the different types of proxy patterns?