Re: How to change the width of drop down list in ASP.NET

2004-11-10 Thread cmindz4u
--- New Message on BDOTNET --- From: cmindz4u Message 3 in Discussion There is a property called width for the DropDown list which you can set during the runtime for adjusting the

How to change the width of drop down list in ASP.NET

2004-11-09 Thread Babu9997
--- New Message on BDOTNET --- From: Babu9997 Message 1 in Discussion Hi,I am just looking for a method to adjust the drop down list width dynamically based on the contents of

Re: How to change the width of drop down list in ASP.NET

2004-11-09 Thread SijuInfinite
: Babu9997 To: BDOTNET Sent: Wednesday, November 10, 2004 7:28 AM Subject: How to change the width of drop down list in ASP.NET New Message on BDOTNET How to change the width of drop down list in ASP.NET Reply

Re: Drop down list in asp.net

2003-08-01 Thread DotNetJerome
--- New Message on BDOTNET --- From: DotNetJerome Message 4 in Discussion Hi, Make Sure that, the property EnableViewState = TRUE. and then you can access the user selected value

Re: Drop down list in asp.net

2003-08-01 Thread pradeep145
--- New Message on BDOTNET --- From: pradeep145 Message 5 in Discussion You also check yr button click event. in the initializeComponent() function check ur button click event. and

Re: Drop down list in asp.net

2003-07-31 Thread BDOTNET
Subject: Drop down list in asp.net New Message on BDOTNET Drop down list in asp.net Reply Recommend Message 1 in Discussion

Re: Drop down list in asp.net

2003-07-31 Thread BDOTNET
--- New Message on BDOTNET --- From: gauravbisht2 Message 3 in Discussion Thank you. The mistake I was making was in not checking if page is postback before binding data. Silly