I have a simple ELB that produces a list of states from a SQL table. It works fine. Then I add a trival vbscript to the head and I get the error show below. ...
Hi Thomas, It sounds like your script is telling the page to use VBScript as the default scripting language. Not normally a problem, but ELB of course uses ...
Peter, Thanks for you quick response. Putting the vbscript at the end of the page eliminated the error generated on loading. So now the page loads fine and...
Hello,Peter, It's been long time, I haven't seen any new version comes out yet... I hope you are still working on that ? I got my clients complains today, they...
Hi Raul, When you run the debugger, does the DataSource property show that it contains the data you expect? I know you said the DataTable has data in it, but...
Hi Peter, I guess I worked around the issue, thanks. I also have two other questions: first, is there an option to check/uncheck all items in the dropdownlist...
Hi Raul, You can check/uncheck all items on the client side using the ELB_SelectAll and ELB_ClearSelection functions, which can also be called as built-in...
Peter Brunone (EasyLi...
peter@...
Mar 15, 2009 2:52 am
1405
Hi, I am using EasyListBox, not MultiSearchBox (as shown in http://easylistbox.com/demoFilter.aspx). My aspx control is shown below: <ELB:EasyListBox...
Hi Raul, To be clear, MultiSearchBox is a control in the ELB namespace. It renders a text field that you can use with our without an ActionButton control to...
Peter Brunone (EasyLi...
peter@...
Mar 18, 2009 9:52 pm
1407
Hey,Peter, Could you please give me an answer if you can or not make a new version ELB for safari and solve UpdatePanel issue as well. I need to make my...
Hi Aaron, There has been some progress, but it's probably going to be Q2 before the Safari and Chrome upgrade. The list will be notified when new releases are...
Peter Brunone (EasyLi...
peter@...
Mar 19, 2009 5:08 pm
1409
I'm trying to use the control to create a simple dropdown with images. I can easily create this in the html, but am unsure of how to go about adding items with...
Hi Brian, To get images in the list, the syntax is the same regardless of the method you use. Just create the same string (image tags, etc) in your SQL query,...
Peter Brunone (EasyLi...
peter@...
Mar 31, 2009 3:28 pm
1411
Just a quick note to let everyone know that the huge ScriptManager error (invalid characters for a script tag, etc) has finally been resolved. This was...
Peter Brunone (EasyLi...
peter@...
Apr 9, 2009 4:29 am
1412
Sorry if this has already been answered but brain dead yahoo search doesn't work on this group. I have an ELB thats contained in a cell (or row) thats hidden...
Hi Kevin, Just to be clear, are you saying that the list looks fine if this same row/cell is visible when the page loads? Would it be possible to show the code...
Hi I am using it as a combobox and I noticed 2 issues. 1) when I click to open the list in the combo, the vertical scroll appears not having the same combo's...
Hi Raul, Is this with or without UseAjax enabled? Would it be possible to get a copy of the rendered HTML from View Source in the browser? Thanks, Peter ... ...
Peter Brunone (EasyLi...
peter@...
Apr 14, 2009 5:33 pm
1416
Hi, What do you mean with UseAjax, is it a property of your control? If its a property I havent set anything, so it has the default settings. I am using...
Hi Raul, Yes, thank you; I'm going to have to do a point release for this; it may be next week before that gets out though. I'll keep you posted through the...
Peter Brunone (EasyLi...
peter@...
Apr 20, 2009 3:39 pm
1419
So this release will contain both fixes right? I have also noticed another issue. When I click on a calendar (ajaxtoolkit control) it is displayed below...
It will take care of the width issue. I'm having a bit of trouble duplicating the "disappearing last row" report; does this happen when you use ELB in a...
Peter Brunone (EasyLi...
peter@...
Apr 21, 2009 4:07 am
1421
Is it possible to override the look of the easylistbox using CSS? Does anyone have any examples of this? I'm using v3.5 Thanks Howard...
Hi Howard, You can use the CssClass property to assign a class; beyond that, you can add style attributes if you like. There are also some specific border and...
Peter Brunone (EasyLi...
peter@...
Apr 22, 2009 6:54 pm
1423
Peter Thanks for your reply. I have had some success with styling the easylistbox with a mix of css and the inbuilt color definitions. It would be useful to...
Hi Howard, Are you saying that you're not getting the desired results when you set things like BorderColor and ArrowButtonColor? In my experience, the shading...
Peter Brunone (EasyLi...
peter@...
Apr 23, 2009 8:57 pm
1425
Forgive me; I had forgotten we were talking about ELB v3.5. I do not currently have a Javascript fix for the Firefox horizontal scrollbar on that build. Let...
Peter Brunone (EasyLi...
peter@...
Apr 24, 2009 4:40 am
1426
Peter Thankyou for your responses. The Color properties work as expected, what I would like to investigate is being about to color the different borders of...