What Are The Difference Between AutoEventWireup="true" and
AutoEventWireup="False"
Answer Posted / meganadha reddy k.
I guess what you mean is AutoPostBack="true" in which the
index change of a drop down box will be posted back to
server.
Please correct me if I am wrong.
To know the difference between autoEventWireup="true" and
autoEventWireup="false" please refer the below link:
http://support.microsoft.com/kb/324151
Regards,
Meganadha Reddy K.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Is viewstate secure?
Where is the view state data stored?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Why is this service branded with windows livetm?
How can exception be handled with out the use of try catch?
Why session management is required?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is viewstate parameter?
How can you use a custom controls in ASP.NET application?
What’s the catch?
What are merge modules?
What are session state modes?
What are the advantages and limitations of query string?
How to prevent client side validation from the ASP.NET validation controls?
What is the request flow used for asp.net mvc framework? : asp.net mvc