Web Custom controls in ASP.NET 2

Aug 17 2005 4:07 PM

Could anyone please help me out with their expertise in writing web custom user controls. Basically i need to add around 5 custom properties to all the existing controls.

Web Content page will have a XMLDataSource set up on the page. When other controls(like textbox, dropdown, radio, label controls etc.) should have properties like DataSource, DataMember , DataTextField and DataValueField.

DataSource property should be a dropdown with the list of available datasources on the content pages(basically xmlDataSources).
DataMember property should display all the tables present in the selected XML of xmlDataSource on the web page.

Similarly DataTextField and DataValueField should display all the members under the table(selected in DataMember).

Could you please send a sample code to do this.

Thanks in advance.

Murali