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 / srikanth
!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
aspx---active server pages xtention
ascx---active server control xtension
asmx---active server method xtension
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How are sessions stored?
Explain asp.net page life cycle?
How many types of sessions in asp.net?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is semantic gap?
What is a web api?
Which is better viewstate or session?
How can you handle exceptions in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
What is ispostback method in asp.net?
How can we identify that the page is post back in asp net?
How does session authentication work?
What are html helpers in asp.net?
Explain Authentication mechanism in dotnet
What is the best Macanism to clear the Cache in asp.net