How to overcome background color related issues in asp.net - listbox on CE based browsers

W

Whidbey Wave

Hello Gurus,
I am into a new arena of Windows CE/embedded XP. While launching an
asp.net application into Window CE4.2 IE browser, I got into a problem
with background of listbox.

Though I noticed from books that background color property is not
available for CE.net for .net controls, I wonder how it impacts on IE
browser. I am still under assumption , it should not impact, since the
web controls are flushed into IE based controls, and not Winforms.

This example illustrate it further.

<asp:listbox id="lstSample" runat="server" Width="400px"
Height="310px" BackColor="SaddleBrown"></asp:listbox>

In the Windows CE - IE browser, it gives two different behaviour.

1) If there are no contents in listbox, the background is colored with
saddlebrown, which is good.
2) If there are some items in listbox, the background is half-colored
white(one having contents), and other half with saddle brown. (THIS IS
THE PROBLEM)


Any suggestions how to overcome this problem.
Thanks
Whidbey Wave
 
W

Whidbey Wave

2) If there are some items in listbox, the background is half-colored
white(one having contents), and other half with saddle brown. (THIS IS
THE PROBLEM)
Excuse me this has nothing to do with asp.net. This behaviour is with
Pocket internet explorer for listbox. Does anyone knows how to
overcome it?

Thanks
Whidbey.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top