----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: bsunil_net Message 1 in Discussion Hi Friends, I have faced the following question in one of the interview. In ASP.Net the web page normally contains 4 parts. 1.Code Declaration Block 2.Code Render Block 3.WebForm 4.WebControl The code declaration block contains the language code(assume c#) which will be compiled. Assume I have a page contains one button and i have written some code which will be executed when i press the button. When you compile the web application the codedeclaration block code will be compiled for the first time.So the subsequent requests will be processed faster i.e if u click the button again without compiling the code(code declaration block code) it process your request right. CLR normally will have an eye on the particular file whether any changes have made or not. Now the question is assume developer added one more line in the code declaration block.Without compiling he wants to take the changes to take effect ? How will you achieve this in asp.net ? Is it possible to achive the above ? Thanks in advance. Sunil ----------------------------------------------------------- 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]
