TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Murali rangam
NA
1
0
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
Reply
Answers (
0
)
Implementation of VS user controls is diabolical
Create custom template