Ask a Question related to ASP.NET General, Design and Development.
-
Andrés Giraldo #1
Inserting a container object to a page in runtime
Hi!
I'm trying to insert a container object to a page, my intention is to
group some controls, make it visible or invisible on depends of some
actions... manually, i'll do that with a div... but, there's no a DIV on
HtmlControls collection, just a span, but I can assign a border to the
span or can I? and the problem, is that the div has to be inserted in
the page in runtime with Controls.Add...
Any idea of how can I insert a div or a container object similar to the
div on runtime mode, and then add some controls to that container?
Thanks!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Andrés Giraldo Guest
-
Create display object at runtime
Hi, I have a requirement to create an instance of a DisplayObject whose type will not be know until runtime. So, instead of: var public... -
Inserting Object @ Runtime (Please Help)
Hi All, I need a bit of help for an assignment. I've been ask to firstly create a 3d object in 3d studio max, import it to director, animate it... -
Deleting an Instance of an Object during Runtime
Is there an easy way to remove an "Instance of an Object" during runtime? ie with the click of a button?? ie You click on one button that... -
Altering the Width of an Object on Runtime
I have an array of an object called Combo I want to change the width of comboX during runtime to a user specified amount. I have set up a text... -
Accessing all properties of an object at Runtime
Use reflection... "Softwaremaker" <msdn@removethis.softwaremaker.net> wrote in message news:<#b1mBjhQDHA.2432@TK2MSFTNGP10.phx.gbl>...



Reply With Quote

