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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 972 - 1001 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
972
Hello, My settings are below. Initially, everything works no problem, when I select an item though, and it does a postback, it will stop working. If i reload...
keaja2
Offline Send Email
Feb 17, 2007
6:00 pm
973
You may have come across a filtering bug with ELB's ajax implementation (fixed in the upcoming release). What happens if you call jobNumberText.Clear() in the...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 18, 2007
5:32 am
974
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...
gkorobkov
Offline Send Email
Mar 6, 2007
9:35 pm
975
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@...
Send Email
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...
ditchoff
Offline
Mar 21, 2007
3:21 am
977
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@...
Send Email
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...
ditchoff
Offline
Mar 21, 2007
2:05 pm
979
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@...
Send Email
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...
ditchoff
Offline
Mar 21, 2007
5:47 pm
981
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!...
ditchoff
Offline
Mar 21, 2007
6:01 pm
982
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@...
Send Email
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...
OSIRIS1
Offline
Mar 27, 2007
7:21 pm
984
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@...
Send Email
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...
OSIRIS1
Offline
Mar 27, 2007
7:52 pm
986
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...
OSIRIS1
Offline
Mar 27, 2007
8:02 pm
987
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@...
Send Email
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....
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
Messages 972 - 1001 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