HighTechTalks DotNet Forums  

Dynamically change the alignment of drop down list in web form

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Dynamically change the alignment of drop down list in web form in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
susan
 
Posts: n/a

Default Dynamically change the alignment of drop down list in web form - 12-18-2003 , 03:20 AM







Hi...

I have the below codes to dynamically add a drop down list
to a webform. However, the drop down list appears but the alignment is
weird. Is there any way to change the alignment programatically in the
codes ? Thank you in advance.

Codes to add a drop down list to a webform
********************************************
dim ddl as new dropdownlist()
page.controls.add(ddl)




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #2  
Old   
Patrice Scribe
 
Posts: n/a

Default Re: Dynamically change the alignment of drop down list in web form - 12-18-2003 , 09:39 AM






Using the flowlayout mode, I would just add these boxes in a HTML structure
that gives me the proper layout (such as a 100% sized table or whatever else
fit your needs).

What is exactly the layout problem you experienced...
--

"susan" <galaxy (AT) hotmail (DOT) com> a écrit dans le message de
news:ezcKJ$TxDHA.4060 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
Hi...

I have the below codes to dynamically add a drop down list
to a webform. However, the drop down list appears but the alignment is
weird. Is there any way to change the alignment programatically in the
codes ? Thank you in advance.

Codes to add a drop down list to a webform
********************************************
dim ddl as new dropdownlist()
page.controls.add(ddl)




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.