Hi Roy, I may be remembering incorrectly, but didn't this turn out to be an issue with the DOCTYPE statement? Cheers, Peter From: "Roy" <rhal3@...> Sent:...
Peter Brunone (EasyLi...
peter@...
Jun 14, 2006 2:34 pm
704
Absolutely, Peter. It is. Just tried to remove the DOCTYPE in my page, and now the stylesheet works perfekt. Thanks a lot!!! Roy ... be an issue with the...
Hi. I'm using javascript to set focus to a combobox on Page_Load that works every time like this: (ClientScript.RegisterStartupScript(GetType (String),...
Hi Roy, What does this code look like via View Source in the browser? Also, do you still have tabbing problems even if the combobox isn't focused on page...
Peter Brunone (EasyLi...
peter@...
Jun 15, 2006 7:57 pm
707
Hi, and sorry for the late reply. Yes, I have tabbing problems even if I don't focus on page_load. It Seems like the error appears when a control get focused....
I'm testing this EasyListBox out, so I have a test page: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Temp.aspx.vb" Inherits="Temp" %> <%@ Register...
Hi Steve, Thanks for writing. We're having a bit of a sticky issue with VS2005 design-time rendering; there should be an ELB point release that deals with...
Peter Brunone (EasyLi...
peter@...
Jun 22, 2006 5:47 pm
710
That'll work...Thanks. ... VS2005 design-time rendering; there should be an ELB point release that deals with this within the next month. ... method instead,...
Hello, I am having a problem with the EasyListBox: I have a easy list box in a siter with a DataSource and so on. First I had to set the datasource in the...
Hello Joerg, Thank you for an interesting question. Are you using the Back button to go to the previous page? This can sometimes cause a problem due to...
Peter Brunone (EasyLi...
peter@...
Jun 23, 2006 6:09 pm
713
Hi Peter, I'm having the same problem. I have a Customer Search page wherein the Search takes place based on the value in the Listbox. Say if I type in letters...
Assuming you're not hitting the back button to get there, this sounds like a possible CookieMemory issue. What happens if you set CookieMemory to False? ...
Peter Brunone (EasyLi...
peter@...
Jun 23, 2006 8:33 pm
715
I'm not hitting the Back Button and all events are taking place on this one page itself...its just the tables that appear and disappear. Also I checked the...
Is there a link where I can see this happening? If not, then the code for the page (and especially the rendered HTML from the posted-back version with "as" as...
Peter Brunone (EasyLi...
peter@...
Jun 24, 2006 1:39 am
717
Am I the only one having these problems? Roy ... in ... <http://www.w3.org/1999/xhtml> ... value="" /> ... scrolling="no" ... language="JavaScript" ... ...
Hello Peter, Thanks for the reply, I was not at work for a week (learning for a test at the university...). First: I do not use the back-button of the browser,...
For some internal reasons, the index of ELB is 1-based instead of 0-based. However, this shouldn't affect your selections; is there possibly some other code...
Peter Brunone (EasyLi...
peter@...
Jun 28, 2006 5:02 pm
720
Hello, We have bought the ELB, and noticed some instabillity or errors: The selection box after selecting the drop down is somethimes completely ill...
Hello Jörg, Thank you for the screenshots. Would it be possible to get the rendered HTML for this page (from View Source in the browser)? You can send it...
Peter Brunone (EasyLi...
peter@...
Jul 5, 2006 5:18 pm
722
Hi Roy, Please forgive *my* late reply as well! I have run the code you provided, and I don't seem to have any problems with focusing on any of the controls...
Peter Brunone (EasyLi...
peter@...
Jul 5, 2006 6:07 pm
723
Hello Peter, Thanks for the answer. After expirementing a while I noticed you are right: The problem has to do with the schroll position. If open the...
Hi Joerg, It seems ELB is having trouble with some of the CSS in your container there. In lieu of trying to sort out the style issues in that particular page...
Peter Brunone (EasyLi...
peter@...
Jul 12, 2006 7:43 pm
725
Hi, I'd like there to be a default value selected (or at least something visible) for a multiple selection dropdown box. Basically, I'm asking whether you have...
As long as you're in dropdown display mode, the PromptText property should take care of this for you. See the following demo for an example: ...
Peter Brunone (EasyLi...
peter@...
Jul 19, 2006 7:27 pm
727
Hi, Peter. I've had my summer vacation now, so this is *my* late reply to your question. I have tried setting the tabindex property, but the error is still...
I have 13 EasyListBox's on a screen, having a couple of them force the filtering of data on a few others by way of SelectedIndexChange event and assigning a...
I need to insert a blank line into the EasyListBox so that the user has a blank line to use for de-selection. Regardless if I add a blank line to the dataset...
Hi Wayne, If you use a non-breaking space ( ) instead of a blank string for your text and text2 parameters, you should see a blank line. This should be...
Peter Brunone (EasyLi...
peter@...
Jul 31, 2006 7:03 pm
731
Hi Wayne, Have you tried the ClearSelection method instead of touching the bare SelectedIndex property? You might also consider clearing SelectedValue...