Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DropDownLists not displaying values!

Status
Not open for further replies.

net123

Programmer
Oct 18, 2002
167
US
I have a web form in which on Page_Load 4 DropDownLists are populated with data from a database. on ButtonClick, a datagrid is displayed with results from the search page. The web form also has other text boxes to search by aside form the dropdown lists as well.

When the first display of results are shown, if I try to narrow the search by picking from one of the dropdown lists, some values are empty, i.e. doesn't display anything.

For example ddl:

It should display:

West
East
North
South

But instead shows something like this:

West

North
South

Can you see the effect that I'm getting? Why such behavior?
 
Post your code, we'll be able to have a better look-see then

D'Arcy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top