whats the purpose of AUTOPOSTBACK property for the controls
in asp.net?
Answer Posted / .net guru
In classic ASP, postback could be triggered by clicking a
button. ASP.NET provides property to the web controls to
trigger a postback on certain events like checkbox/radio
button .. checked/unchecked etc. This gives a lot of
flexibility to the developer to handle the event on server
side.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is http session state?
What is the usie of activex control in .net?
What is the difference between system.stringbuilder and system.string
Why do we need url encoding?
What is the usage of DelegatingHandler?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are the different web pages?
Difference between web user control and web custom control?
What language is asp.net written in?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain about the Class view window?
Why we use content place holder in asp.net?
What is asp.net used for?
Is there any property names “isnavigating”?