VS.NET 2002/2003Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
hi
iam creating custom graph control which plot graph. my control consits of a collection property where the user can add any no lines and set its color and style and maped to any database fields etc.
i written a seperate class for collection. which will be stored in a a collection object of the parent class. using uitypeeditor iam calling ths sub class to store it in my collection how ever this is achived only if declare my collection object as new collection.
and it is running well in design time ie (form desin time ) but once save and close the form i cant able to retrive the colletion details again. any help to over come this iam wrong in declaring the collection or in my approch of calling uitypeeditor etc .