----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: ssv_2000 Message 1 in Discussion Hi, I am developing a custom web control. It inherits from WebControl and renders its own HTML for a table and few HTML input text boxes. I want the HTML for the control to be rendered within a span so <span> is the tag I pass to the new constructor of the WebControl. My question is for the control to be able to capture postback data atleast one of the rendered HTML controls should have its name = name assigned to the control when used in a page (me.uniqueid), right? But the span rendered automatically gets the name as = name assigned to the control. I am not able to overwrite this. If I dont have one of the controls that submit values to the page like input text boxes with name = control name, the custom control wont capture postback data. so...how do I get postback to work for this custom control? Thanks. SriVidya. ----------------------------------------------------------- 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]
