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
abdelwaheb ammar
1.3k
457
124.7k
editors collection with DesignerSerializationVisibility
Sep 8 2016 7:08 PM
Good evening all, I try to create a custom combobox with "user control" and set during the insertion property bar.
that's my main goal, but now I try to insert a custom combo box that lets me set through collection editors.
List<String> list =
new
List<String>();
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public
List<String> MyProperty {
get
{
return
list; }
set
{ list = value; } }
but when I want to add a new member it shows me this error message:
how to find a solution for this error?
Reply
Answers (
2
)
how to set login session in windows form application
here i am trying to redirect the same page using linkbutton.