What is use of the
AutoEventWireup attribute in the Page directive ?
The AutoEventWireUp is a boolean
attribute that allows automatic wireup of page events when this attribute is
set to true on the page. It is set to True by default for a C# web form whereas
it is set as False for VB.NET forms. Pages developed with Visual Studio .NET
have this attribute set to false, and page events are individually tied to
handlers.
No comments :
Post a Comment