Link to home
Start Free TrialLog in
Avatar of hqdev
hqdevFlag for Canada

asked on

Custom web control collection editor

Hi all,

I know I asked this question before and I thought I've found the solution but i'm still stuck!!
I've purchased a good book on custom control but I would like a SIMPLE example.
What I want to have is a simple class with 2 or 3 properties and then a web custom control
who's calling this class with the collection editor so I could add, delete or change the properties of
that class at design time.
There's a lot of example in C# but nothing in VB.net and I don't want to use C to VB converter I am
not experience enough to debug the conversions problems.

Please provide the complete VB code of the web custom and and the corresponding class.
I've been working on this for almost a week, I'm desperate!!!

Thanks
Avatar of nauman_ahmed
nauman_ahmed
Flag of United States of America image

Avatar of hqdev

ASKER

Those are in C#, as I mention in my post I don't know C# and I don't want to convert any C# code, I need examples in VB.
ASKER CERTIFIED SOLUTION
Avatar of raterus
raterus
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hqdev

ASKER

Thats more like it, but those are Windows controls not Web controls.
I know I'm difficult to satisfy!!
Avatar of hqdev

ASKER

I'm in the middle of a huge project, and I have only a month to develop a complex application, so  I really don't have time to learn any C#, and I'm sure there's a simple way to do this in VB.