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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 988 - 1018 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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....
ddeffnerdrklrd
Offline Send Email
Apr 2, 2007
8:37 pm
989
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...
ddeffnerdrklrd
Offline Send Email
Apr 2, 2007
9:18 pm
990
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@...
Send Email
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...
ddeffnerdrklrd
Offline Send Email
Apr 3, 2007
1:29 pm
992
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...
Peter Brunone
peter_brunone
Offline Send Email
Apr 4, 2007
4:11 pm
993
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...
Dan Deffner
ddeffnerdrklrd
Offline Send Email
Apr 4, 2007
6:42 pm
994
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...
MitchMitch1
Offline Send Email
Apr 5, 2007
2:32 am
995
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;...
Peter Brunone
peter_brunone
Offline Send Email
Apr 5, 2007
2:40 pm
996
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 ...
Peter Brunone
peter_brunone
Offline Send Email
Apr 5, 2007
7:01 pm
997
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...
Dan Deffner
ddeffnerdrklrd
Offline Send Email
Apr 5, 2007
7:19 pm
998
Okay; thanks for letting me know. Keep me posted if there's anything I can do to help in the future. Peter...
Peter Brunone
peter_brunone
Offline Send Email
Apr 5, 2007
7:52 pm
999
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...
buchbri
Offline Send Email
Apr 12, 2007
3:01 am
1000
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...
mahiakpor
Offline Send Email
Apr 12, 2007
3:03 am
1001
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@...
Send Email
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@...
Send Email
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" ...
mahiakpor
Offline Send Email
Apr 12, 2007
4:16 am
1005
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@...
Send Email
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...
mahiakpor
Offline Send Email
Apr 12, 2007
5:03 am
1007
Hello, Assuming LimitToList="False", If a user types a value that is not in the list, I would like to capture that value. However, it appears that...
mahiakpor
Offline Send Email
Apr 12, 2007
7:16 am
1008
Hi M, Have you tried SelectedValue? That should get it for you. Cheers, Peter...
Peter Brunone
peter_brunone
Offline Send Email
Apr 12, 2007
4:24 pm
1009
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...
ditchoff
Offline
Apr 16, 2007
6:49 am
1010
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...
Peter Brunone
peter_brunone
Offline Send Email
Apr 17, 2007
6:49 pm
1011
Hi, Thanks for the reply. I just gave up and found an AJAX tab that works better....
ditchoff
Offline
Apr 17, 2007
8:52 pm
1012
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...
ditchoff
Offline
Apr 17, 2007
8:56 pm
1013
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...
ditchoff
Offline
Apr 17, 2007
9:10 pm
1014
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...
Peter Brunone
peter_brunone
Offline Send Email
Apr 17, 2007
9:13 pm
1015
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...
ditchoff
Offline
Apr 17, 2007
9:56 pm
1016
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 ... ...
buchbri
Offline Send Email
Apr 18, 2007
12:09 am
1017
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@...
Send Email
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 ...
wesg92
Offline Send Email
Apr 18, 2007
9:00 pm
Messages 988 - 1018 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