Hi guys, My drop down list is populated with values from database table. The code compile fine, but it caused display error. The drop down list and the rest of the table rows just won't display on the page. If I comment out the drop down list, the whole page will display fine.
here's the drop down list source code:
[ April 10, 2006: Message edited by: vivien siu ] [ April 10, 2006: Message edited by: vivien siu ]
Did you check your logs? Part of a page not being displayed can be caused if an exception is thrown somewhere in your code. Since your page loads fine if you comment out the dropdown code, the exception might be occurring here.
vivien siu
Ranch Hand
Joined: Nov 10, 2005
Posts: 143
posted
0
hi guys I solved the problem. The drop down list was binded to the database in another class. And the class was still inside Visual Source Safe, so I can't compile the latest version. After I checked it out from Source Safe and recompile it then the whole thing worked fine