Hi,
I am pretty sure I need a server control for what I woul dlike to do, but perhaps I can get it done with a user control, thatis what I am looking for help with.
basically, I want to make a visual control that I can treat like an instance object.
For instance:
Poll myPoll = new poll(14);
Is that something I can accomplish with a user control, or will it ned to be a server control?
Also, if anyone has any links to free C# Server control resources, I would apprciatte it if you passed them on to me.
I am pretty sure I need a server control for what I woul dlike to do, but perhaps I can get it done with a user control, thatis what I am looking for help with.
basically, I want to make a visual control that I can treat like an instance object.
For instance:
Poll myPoll = new poll(14);
Is that something I can accomplish with a user control, or will it ned to be a server control?
Also, if anyone has any links to free C# Server control resources, I would apprciatte it if you passed them on to me.