Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ASP .NET
usercontrol and checkbox event
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 8049041"] Ok, I am not usnderstanding something or I have been looking at it too long. I have dragged the control on my webform and I declare the control.... protected UserControl ThisControl; I try and create an event, though intellesense does not see it. OK, I can live with that but I would think it would be easier to see the event I am looking for... this.ThisControl.CheckedMe += new CheckBoxEventHandler(ThisControl_CheckMe); Compile error-- does not contain a definition for 'CheckedMe'?? So I can clearly see that there is a definition for the CheckedMe in my control (public event CheckBoxEventHandler CheckedMe;) So what am I doing wrong? [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft ASP .NET
usercontrol and checkbox event
Top