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" ...
Thanks for the code. Hmmm... I notice that you're not setting DataValueField. What if instead of setting the second visible column (DataTextField2), you put...
Peter Brunone (EasyLi...
peter@...
Apr 12, 2007 4:46 am
1006
That actually seems to have worked! Thanks so very much!! -m ... if instead of setting the second visible column (DataTextField2), you put the Restaurant_ID...
Hi there, I'm having a strange problem with the ELB which I'm hoping you can help me with. The ELB is inside a formview and is bound to a field. When I first...
You might try explicitly enabling ViewState; this is actually turned off by default in the current version. If that doesn't behave the way you want, make sure...
Hi, Sorry, but I have one more question. I've noticed that occassionally my ELB dropdowns with the USEAJAX option enabled don't work. When they don't work, I...
Hi, I figured outt the problem with the random number appearing (had to do with a blank record in my table), but the other issues are still a problem. Thanks...
No problem; keep the questions coming! This may be related to a filtering bug in the current version. It doesn't always come up, but when it does, this is the...
Hey, Thanks for the quick response. I tried the .Clear() method and that seems to fix the problem with the refreshing and with the AJAX search not working. I...
Peter I do that with a Active/Inactive routine that I have set up. I clear the list and rebind it and it still fails after I run this routine. Brian ... ...
Is it possible that the Clear method (and subsequent re-databinding code) is not getting called? Just a thought; I've never seen this approach fail when the...
Peter Brunone (EasyLi...
peter@...
Apr 18, 2007 1:44 am
1018
Hi, I installed ELB, but when it renders on the page it does not have an arrow for the dropdown. The first time it loaded, it wrote ELB_arrowButton.aspx and ...