Hi... I assume you're working with a multi-select dropdown and ClipHead=True, correct? Are you using Visual Studio 2005? If so, you'll need to alter the...
Peter Brunone (EasyLi...
peter@...
Dec 1, 2006 6:37 pm
874
Hi, I just purchased and downloaded the registered version of ELB. Since my app has the demo control working correct, how do I incorporate the registered...
All you would need to do in your app is to replace the EasyListBox.dll file in the bin directory. You may have to refresh the reference in your project...
Peter Brunone (EasyLi...
peter@...
Dec 6, 2006 4:05 pm
876
It worked. I opted for the first method for by copying the new DLL. When I start a new app I'll used the perfered method. Thanks. Everything works fine! ... ...
Any news on when this will be out? This is pretty much a deal breaker for my client. Thanks Bill ... some major optimizations coming out in the next release....
I'm sending you an updated Javascript file offlist. With the decision to accommodate XHTML validation, this next version has taken a bit longer, but it really...
Peter Brunone (EasyLi...
peter@...
Dec 11, 2006 3:34 am
880
Peter, I am useing VS.net 2005 C#. First issue I have a grid view which I wouldlike to have 3 to 4 dropdowns on the same page that search different fields. I...
Hi Chuck, 1) The current version of ELB does not support the ObjectDataSource and SqlDataSource classes. The reason for this is that ELB is compiled in .NET...
Peter Brunone (EasyLi...
peter@...
Dec 12, 2006 3:08 am
882
Hi All, Is there a way to change the foreground color of a specific item in easylistbox if I am not using the AJAX feature? Right now I'm loadup the data in a...
You can actually put in any colors/formatting that you want with HTML; I'd suggest using a class to simplify things if you're doing a lot of coloring, like...
Peter Brunone (EasyLi...
peter@...
Dec 12, 2006 4:23 pm
884
Peter, then new javascript file worked beautifully.. HUGE improvement in speed. Bill ... Javascript file offlist. ... version has taken a bit longer, but it...
I keep getting a parse error Line 25 Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please...
Hi Bill, You are correct; this is a known bug. That will be fixed in the upcoming release; as a workaround for now, you can easily create standard buttons...
Peter Brunone (EasyLi...
peter@...
Dec 13, 2006 4:32 am
888
ID="DropDownList1"runat="server"AutoPostBack="True" It looks like you need spaces between your attributes, like this: ID="DropDownList1" runat="server"...
Peter Brunone (EasyLi...
peter@...
Dec 13, 2006 4:35 am
889
Peter, I got the first dropdownlistbox working but it is taking up to 1 minute to just load the screen it takes 1 minute to load the gridview once selected. It...
Hi Chuck, How many records are in this list? It sounds like you might want to set UseAjax to True (and make sure the list is in combo display mode) to keep...
Peter Brunone (EasyLi...
peter@...
Dec 14, 2006 2:00 am
891
I have about 15k records will the use ajax speed this up. by the way I am in your elb chat if you have a moment...
Yes. That is by design; the idea is that you only load the data you need, by typing a few characters. If you like, you can change the NoResultsAlert property...
Peter Brunone (EasyLi...
peter@...
Dec 14, 2006 2:45 am
894
Yes. That is by design; the idea is that you only load the data you need, by typing a few characters. If you like, you can change the NoResultsAlert property...
Peter Brunone (EasyLi...
peter@...
Dec 14, 2006 2:50 am
895
Excellent. Thanks! ... colors/formatting that you want with HTML; I'd suggest using a class ... class='color1'>" & DS("WEEKRANGE") & "</span>" ... ...
Just wanted everyone to know Peter was a great help to me. His dropdownlist box works great. Every Asp.net programmer should add this tool to their tool box. ...
Hi - I have several EasyListBoxes on a page, and I have a couple questions that I haven't been able to figure out. I'm using 3.1.2 and have displaymode="Combo"...
Hi - I have a page with 7 EasyListBoxes (3.1.2) in Combo mode. For the items in each of these, the Text is a user-friendly text descriptor and the value is a...
Hi Dan, Thanks for giving ELB a whirl. As for the first, it sounds like you have the HTMLEncoded version of an ampersand in your item text. A regular...
Peter Brunone (EasyLi...
peter@...
Dec 17, 2006 4:59 am
901
Hi Ivan, You should be able to do this with the Width property. What does your code look like, and what kind of behavior are you seeing? Regards, Peter ... ...
Peter Brunone (EasyLi...
peter@...
Dec 17, 2006 5:01 am
902
Hi Dan, That's a weird one. Is there anything unusual about this situation, like perhaps odd characters in the values, or a custom delimiter property? Not...