-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: pradeep145
Message 5 in Discussion

Hi rajesh and Jp
as far as autoeventwireup event is concerned pls see the below.
The AutoEventWireUp attribute, set to true by default, specifies whether or not the 
Page events are auto-wired. In other words, when the value is true, the Page events 
are auto-wired, so that Page_Load(), Page_PreRender(), etc. event handlers work with 
no extra coding. When set to false you must explicitly create set the Page event 
handlers to methods with signatures that match the event signature.
Visual Studio .NET sets this value to false, and uses the Page_Init() event handler 
(which is always auto-wired) to invoke an InitializeComponent() method, where the Page 
event handlers get defind(this.Load += ne
this.Load += new System.EventHandler(this.Page_Load);as well as the event handlers for 
any server controls(buttons, combo) on the Web Form. 
even i have tried here on my system this property is true aur false but the javascript 
code never come twice in any case. 
i think you got it now. 
Regds 
Pradeep Chaudhary 
  


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to