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
JM Gonzalez
NA
4
0
Using separate class to handle events of Web user controls
Dec 23 2004 10:07 AM
Good day. I have this scenario wherein I have a number of 'Web user controls' to be placed on C# web forms. These controls are reused which means that they are placed on the forms of our web application, depending on the user. I want to keep all of the forms' events in a single separate class called "Events.cs". In summary, these is how it goes: 1. The user chooses which controls to be included in the form. 2. Upon raising an event for a user control (clicking a button), the control will raise an event listed on the separate class (Events.cs). 3. The events class will be the one to access the main form (where the user controls are placed); and do the necessary changes to the form and perform commands like database access. Is this possible? What is the best approach in doing this?
Reply
Answers (
1
)
Commandline build script for .NET project
asp:Label value not outputting