mattibutt
asked on
User Control
hi guys
i have to create a web control i wanna know can i create more then one object in the same web control
for instance like adding few dropdownlist and button in the same user control when i call this object in my page it can treat as one object
i have to create a web control i wanna know can i create more then one object in the same web control
for instance like adding few dropdownlist and button in the same user control when i call this object in my page it can treat as one object
What you want is a Custom Control project
ASKER
how will i do that any example ref you can provide
I used a book entitled "Windows Forms and Custom Controls in C#", but here is a website showing to do it:
http://www.informit.com/articles/article.aspx?p=29847&seqNum=2
http://www.informit.com/articles/article.aspx?p=29847&seqNum=2
ASKER
so basically you are saying is to develop controls in c++ and then use it in c# website?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
ok