Search the web
Sign In
New User? Sign Up
EasyListBox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 872 - 902 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
872
Theheader continues to scroll with new selection, making the page scroll....
munderwood70
Offline Send Email
Dec 1, 2006
6:13 pm
873
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@...
Send Email
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...
OSIRIS1
Offline
Dec 6, 2006
3:31 pm
875
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@...
Send Email
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! ... ...
OSIRIS1
Offline
Dec 6, 2006
7:46 pm
878
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....
wsaharem
Offline
Dec 11, 2006
2:46 am
879
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@...
Send Email
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...
chuckpwrs
Offline Send Email
Dec 12, 2006
2:46 am
881
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@...
Send Email
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...
OSIRIS1
Offline
Dec 12, 2006
4:04 pm
883
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@...
Send Email
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...
wsaharem
Offline
Dec 12, 2006
11:39 pm
885
I think there is a bug in the ActionButton I have this. <ELB:ActionButton ID="ActionButton4" runat="server" Action="ClearAll" Text="Clear All"...
wsaharem
Offline
Dec 13, 2006
1:09 am
886
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...
chuckpwrs
Offline Send Email
Dec 13, 2006
2:07 am
887
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@...
Send Email
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@...
Send Email
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...
chuckpwrs
Offline Send Email
Dec 14, 2006
12:44 am
890
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@...
Send Email
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...
chuckpwrs
Offline Send Email
Dec 14, 2006
2:16 am
892
Peter it loads much faster but has no data in it????...
chuckpwrs
Offline Send Email
Dec 14, 2006
2:35 am
893
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@...
Send Email
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@...
Send Email
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>" ... ...
OSIRIS1
Offline
Dec 14, 2006
4:45 pm
896
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. ...
chuckpwrs
Offline Send Email
Dec 14, 2006
11:48 pm
897
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"...
danherzog1
Offline Send Email
Dec 17, 2006
4:50 am
898
Is there a way to permanently set the size of a listbox, so that it appears the same size even before it is databound? Thanks, Ivan Brown...
Ivan Brown
spryguytke
Offline Send Email
Dec 17, 2006
4:54 am
899
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...
danherzog1
Offline Send Email
Dec 17, 2006
4:57 am
900
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@...
Send Email
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@...
Send Email
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...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 17, 2006
5:06 am
Messages 872 - 902 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help