Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List Box - Help needed
Message
From
15/06/2004 10:51:29
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
15/06/2004 09:18:05
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00913840
Message ID:
00913882
Views:
13
>I have a page that has several controls, dropdownlists, text boxes, calendar control, buttons and two list boxes. When I load by list box either with databind or listbox.Items.Add, as soon there are more than 10 or so items, htlm code runs all over my page. I tried changing the list box with a datagrid and the samething is happening. What is going on? Any idea?
>
>I would appreciate any help I could get.

Christiane,

The fastest way to troubleshoot the problem is to examine the HTML that is sent to the browser. Grab the HTML source from the browser, drop it into a new HTML page in the VS.NET IDE, and look for mismatched tags and data items that contain embedded HTML.

If you find that one or more of the data items in the drop down list contain less-than or greater-than characters, you can either change the data permanently, or pass the values through a RegEx filter before binding them to the control.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform