Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Dropdownlist.SelectedValue ISSUE

Reply
Thread Tools

Dropdownlist.SelectedValue ISSUE

 
 
Sudhir
Guest
Posts: n/a
 
      02-26-2004
Hi,
I have a dropdownlist, which I am creating during runtime. I am then
populating it dynamically. Depeding on a condition, I am changing the
selected value. After this I am adding the dropdown to a panel. But
the dropdown is not showing the new selected value when the page
loads. Does anyone had similar problems? Any help is greatly
appreciated.

Thanks,
Sudhir
 
Reply With Quote
 
 
 
 
Scott Mitchell [MVP]
Guest
Posts: n/a
 
      02-26-2004
> I have a dropdownlist, which I am creating during runtime. I am then
> populating it dynamically. Depeding on a condition, I am changing the
> selected value. After this I am adding the dropdown to a panel. But
> the dropdown is not showing the new selected value when the page
> loads. Does anyone had similar problems? Any help is greatly
> appreciated.



Sudhir, try doing something like:

Dim lb as ListItem = myDDL.Items.FindByValue(value to look for)
If Not lb Is Nothing Then lb.Selected = True


See if that doesn't do the trick...

--

Scott Mitchell

http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com

* When you think ASP, think 4GuysFromRolla.com!






 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it a hardware issue or a config issue or something else Scooty Cisco 0 06-14-2008 04:02 PM
Data Storage Issue (Basic Issue) Srini Java 11 06-01-2008 01:17 AM
Service Pack 2: login issue's and power management issue's ?!? Skybuck Flying Windows 64bit 0 04-07-2007 03:12 PM
inspiron 8200 video issue and hd issue the pez lover Computer Support 1 02-05-2007 02:44 AM
Major ActiveX Domain issue. NOT LOCAL PC ISSUE joe.valentine@gmail.com Computer Support 8 02-06-2006 09:03 PM



Advertisments