1) I'm creating a user control and i want to create a property which can store an array of values... Like 'List' property for ListBox.
I tried and created a property, but i couldn't see it in the control's property list box. and it is giving some error in UserControl_Writeproperty event....Error msg like..'can't assgn to arrays'
what should i do
It is very urgent for me please help me..