A have some DropDown EasyListBoxes placed one under anoter - like property list. And I placed them in to container like div with width=500 and height=100 and...
Hi George, Just to confirm: this looks like a message similar to the one we resolved last week. Is that correct? Cheers, Peter ... From: "gkorobkov"...
Peter Brunone (EasyLi...
peter@...
Mar 6, 2007 9:53 pm
976
Hi, When I set USEAJAX to true my combo box won't populate and I get a javascript error that says "object doesn't support this property or method". Is there...
Hi. What browser are you using? If you're in IE 7, you'll need to download the latest Javascript file (from http://easylistbox.com/support.aspx or the home...
Peter Brunone (EasyLi...
peter@...
Mar 21, 2007 3:46 am
978
Hi, Thanks for the suggestion - it worked! As you suggested, I installed the new Javascript file, and cleared my cache (and then re-started IIS). It's a...
Excellent! Thanks for the follow-up. Just remember that if you're using the trial version and you install the registered version afterward, you'll need to...
Peter Brunone (EasyLi...
peter@...
Mar 21, 2007 4:04 pm
980
Actually, the super search is working well now, but I just noticed that the combo box isn't retaining the value I enter after post-back. The combo box is not...
Sorry, please disregard my last post - forgot that I had a "SelectedValue" tag set. Once I removed this, things are fine. Thanks again for your help!...
I'm a little confused about how the list is populated. You mentioned that it isn't bound to anything; does that mean you're using .AddItem or something...
Peter Brunone (EasyLi...
peter@...
Mar 21, 2007 6:07 pm
983
Hi, I've been using ELB for a while now and some of my users say that not all the data is being displayed in the listbox. I'm using the AJAX feature with the...
How new is the MIKA GRAPHICS entry? The list caches data for performance reasons -- you can adjust this by changing the CacheDuration property (measured in...
Peter Brunone (EasyLi...
peter@...
Mar 27, 2007 7:39 pm
985
Hi Peter, Strange, the MIKA GRAPHICS entry has been there for a while and so have others that frequently do not display. Those entries haven't changed in...
I think I know what was going on. I had the SQL code in the property which was different the the SQL in the code behind which was accurate. So I guess the...
Ah... well, that was easy! Thanks for the follow-up. ... From: OSIRIS1 <no_reply@yahoogroups.com> Sent: Tuesday, March 27, 2007 1:06 PM To:...
Peter Brunone (EasyLi...
peter@...
Mar 27, 2007 9:01 pm
988
Hello, I am attempting to use two of these items inside of a gridview. I can get it to show the currently selected items and have got the filtering to work....
Good day, After working on this some more I got part of it figured out. As I thought, there was some namespace conflicts going on. As soon as I called catID...
Hi Dan, Can you post the full text of the error message, along with any associated lines of code and the stack trace if applicable? Thanks, Peter ... From:...
Peter Brunone (EasyLi...
peter@...
Apr 3, 2007 3:12 am
991
Thanks for replying. This everything that I am seeing. Server Error in '/' Application. ... Incorrect syntax near 'nvarchar'. Must declare the scalar variable...
Wow, that's a big one. Thanks for sending it along... Is the page running in Debug mode? If not, would it be possible to do so in order to get a line number...
Thanks for the response. Yes the page is already in debug mode and for other errors it will split out line numbers, but for this error it does not. What...
A real basic question here but one that is not obvious to us. We are looking to incorporate with existing ajax frameworks. If we use EasyListBox, can we also...
Hi Mitch, Interesting question (and perhaps not as basic as you might think). Currently, ELB does not actively support any of the third-party ajax frameworks;...
Hi Dan, I'm going to retract that last suggestion since it doesn't seem to apply here. Is there anything funny about the definition of the catID or subcatID ...
I thank you for your patient help on this matter. Unfortunately this project is being absorbed into another bigger one and that project will not be using the...
Periodically my databound dynamic list does not populate when I start typing into the search box. I have code that will turn off ajax and populate it via add...
Does anyone have experience using EasyListBox with long lists/datasets (over 5000 rows)? I'm trying out ELB but the page takes a while to load. In my...
Hi Brian, This may be a caching problem with the filter mechanism. What happens if (instead of resetting the app) you call Clear() on the list and databind...
Peter Brunone (EasyLi...
peter@...
Apr 12, 2007 3:23 am
1002
Hi! Welcome to the group. This may be a silly question, but do you have AJAX turned on (UseAjax=True)? Without seeing your code, that would be my first...
Peter Brunone (EasyLi...
peter@...
Apr 12, 2007 3:47 am
1004
Hello! Thanks for the welcome. The following is the code: <ELB:EasyListBox id="comboStates" DisplayMode="combo" Height="120px" Width="120px" runat="server" ...