|
-
Aug 6th, 2003, 05:05 AM
#1
Thread Starter
Member
is it possible to have one control in another???
I want to have one control in another. Like when i open a dropdown list i want to see a tree there. That is tree control is being added in a drop down list. Is it possible in web applications using asp net.
If someone has worked in Sql Analysis Server and browsed the cube am sure they will know what kind of functionality i am willing to have in my web page.
any help in this regard will be highly appreciated.
Regards,
Harris Moin
You'll get life just for once so don't waste it .......
-
Aug 6th, 2003, 07:50 AM
#2
You would have to create your own control for that probably using DHTML, if it is even possible to do that. There are no other options.
-
Aug 6th, 2003, 07:57 AM
#3
Thread Starter
Member
Hmmmm
But what is the controls property for, in all the controls of a webpage like
DropDownList1.Controls.Add();
anyone know what that supposed to do.
Regards,
Harris Moin
You'll get life just for once so don't waste it .......
-
Aug 6th, 2003, 08:00 AM
#4
But the problm is that those generate HTML controls. Web browsers wouldnt know what to do with a treeview inside a dropdown as there is no such thing in HTML.
Controls.Add is there because it inherits from a base class that contains that. Doesnt mean it can actually do anything.
-
Aug 6th, 2003, 08:03 AM
#5
Thread Starter
Member
Hmmmm just got a bit confused ... html controls you mean i can add a html textbox in a drop down list if i want ... ???
You'll get life just for once so don't waste it .......
-
Aug 6th, 2003, 08:08 AM
#6
no..you still cant do that.HTML form controls CANNOT be put inside each other.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|