Name: Anonymous 2007-09-30 2:57 ID:1mg9cUTU
Ho To All
Right now i'm Trying to Develope my Custom Tab Control in Asp.Net Using Vb.net
I have Taken arrayList of Tab Class in my Tab Control Class i have added some methods to Tab Control Class after Compiling code in vs.net
as we all know that visual Environment contains Array Object so that the user can Add tab object visually through control Preperty
@ design time with out declaring it in code
But the Problem is it Shows System.Object Type rahter then array of my Tab Object to Avoid this problem i used to declare tab object in code then access its method so if some body knows let me know how i can do this thing @ run Time
Right now i'm Trying to Develope my Custom Tab Control in Asp.Net Using Vb.net
I have Taken arrayList of Tab Class in my Tab Control Class i have added some methods to Tab Control Class after Compiling code in vs.net
as we all know that visual Environment contains Array Object so that the user can Add tab object visually through control Preperty
@ design time with out declaring it in code
But the Problem is it Shows System.Object Type rahter then array of my Tab Object to Avoid this problem i used to declare tab object in code then access its method so if some body knows let me know how i can do this thing @ run Time