----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: senthilkumard Message 1 in Discussion Hi I have created a web page(.aspx) file. Which dynamically load user controls(.ascx) file, based on an xml input. The user controls have public properties exposed so that it could be initialized by the user in the page where it is used. The page is posted back to the server in the onchange event of a drop down box in that page. During the postback I create the user controls once again and initialize the property. But the new property that is assigned during the second post back is not reflected in the page. The control has the same property which is assigned during the first time load of the container page. I have used the follwoing syntax to add the controls to the td of a table in that page. control ctlMenu = loadcontrol(../Controls/Menu.ascx) ; ctlMenu.Inputxml = someXmlSource; tdid.controls.add(ctlMenu); Can any one please help me in this regard. Thanks in advance regards senthil kumar d ----------------------------------------------------------- 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]
