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 xaml? Are xaml file compiled or built on runtime?
Do cookies store passwords?
What is paging in context of Memory?
Where is the session stored?
How many types cache in asp net?
What are different types of api?
What is application variable?
Define page fragment caching?
Explain the flow of processing of the request? : asp.net mvc
What are the advantages of the code-behind feature?
What are url fragments?
how can create login from create and written conde in asp.net
what is AutoEventWireUp and what is the use of This property explain in details?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How can we communicate with each server in N-tier Architecture? and what are the methods?