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
Francois Tremblay
NA
1
0
Make some properties mandatory
Jan 13 2010 11:07 AM
Hi,
I have a C# custom control in wich I would like to make some properties mandatory (control ID for example). Is there a way do this? Here is my control code :
[
ToolboxBitmap
(
typeof
(
Button
))]
[
ToolboxData
(
"<{0}:UtlCWButton runat=\"server\"></{0}:UtlCWButton>"
)]
public
class
UtlCWButton
:
Button
{
}
Thanks
Reply
Answers (
0
)
How To
Listbox control with fancy scrollbar.