If you're a registered customer, you should be getting a special notification email. If not, then RUN -- don't walk -- to http://easylistbox.com and read up...
I'm using ELB 2.4 & I'm getting the following Javascript Error: 'sSpeedSearchID' is undefined. It happens when I try to scroll in an ELB. Here is my .aspx...
Hi Chris, First, thank you for the detailed error info. Did you remember to purge the old JS file(s) and add the new? Speedsearch is a brand new feature in...
Peter Brunone (EasyLi...
peter@...
Dec 3, 2004 3:16 pm
127
Thanks! That's what it needed! Great Control. I'll be posting another question shortly. ... Assembly="EasyListBox" % ... From...
I'm trying to do a Dynamic SQL SelectQuery - my parameters of my statement are based on the logged on user - can this be accomplished w/ the no-code...
Chris, Strictly speaking, it's not "no-code" databinding at this point ... You can accomplish this by putting both your connection string parameter *and* your...
Peter Brunone (EasyLi...
peter@...
Dec 3, 2004 3:54 pm
130
Hi there! New to this control, and was hoping for some help. I have 2 elb's on a page, one for province/state, and the other for country. My code is here, and...
When I set the SelectedValue property, using the ComboBox mode, the list item selected is always the next one in the list after the one desired. Any input...
Hi! For related/dependent lists, you'll need to do three things. Assign the ParentList property on the child list, and the ChildList property on the parent...
Peter Brunone (EasyLi...
peter@...
Dec 3, 2004 11:20 pm
133
Holy cow. You found a brand-new bug, apparently created in the 2.4 release. Thanks for the heads-up; I'll announce the new build as soon as it's ready. ...
Peter Brunone (EasyLi...
peter@...
Dec 3, 2004 11:33 pm
134
Peter, I was going to email you about this one tomorrow. I found it Friday, but didn't have time to mention it. Oh well, I can't find them all<BG> Kent ... ...
Don't worry, Kent; you'll always be our champion tester :-D The bug is fixed (as is the corresponding SelectedIndex bug), AND there's a new feature or two that...
Peter Brunone (EasyLi...
peter@...
Dec 6, 2004 8:36 pm
136
Just wondering, when using an asp.net dropdownlist, you can use the ddlList.Items.Count to get the number of items in the list. I cannot seem to find a similar...
Thanks for asking. You came in just under the wire for the latest build of 2.4, available now. Use the new ItemCount property, and you'll be all set. Cheers,...
Peter Brunone (EasyLi...
peter@...
Dec 6, 2004 8:54 pm
138
Just in case you don't read all the other threads, here is the official word: Version 2.4.2.0 is now available for download. The record of changes will be...
Er... One mistake there. - Dropdowns can now support MULTIPLE ITEMS!!! should read "MULTIPLE SELECTIONS"!!! I'm sure everyone has tried putting more than one...
Peter Brunone (EasyLi...
peter@...
Dec 6, 2004 9:00 pm
140
Hi there, just wondering if it is possible to loop through a collection in an easyListBox while in combo mode, and have an item selected. For example, if I set...
Runtimeterror... I forgot to mention that you get the creative nickname award of the day... You could loop through the Items DataTable, but if you want to set...
Peter Brunone (EasyLi...
peter@...
Dec 6, 2004 10:18 pm
142
Thanks for that quick reply. As far as iterating through the collection goes, normally with an asp.net dropdownlist, I would do this: For Each countryItem In...
Are you setting one selected item, or multiple selected items? Single selections look like this: ddlCountry.SelectedValue = CountryID ' (no need to clear the...
Peter Brunone (EasyLi...
peter@...
Dec 6, 2004 11:15 pm
144
Hi Peter, I'm having a problem with my form that has two parent child elb groups. Four elbs in all. We'll call them set1 and set2 for now. Set1 is on the...
Hi! Before I hit this question... When I replied to the message you sent directly to me yesterday, it bounced back saying that your account didn't exist. Is...
Peter Brunone (EasyLi...
peter@...
Dec 8, 2004 8:12 pm
146
Is there an implmentation of the Columns and Maxlength attributes (such as with a TextBox) that I could use to size the control and limit text entry length...
If you mean for the text input in combobox mode, then no, there is no such Maxlength property -- but that's a great idea. Contact me off-list if you want to...
Peter Brunone (EasyLi...
peter@...
Dec 8, 2004 10:01 pm
148
...until now. You can download the new build which includes a MaxLength property. There is also a bug fix for a surprisingly obvious behavior that nobody seems...
Hi Chris, Here's what you need to be doing: '************************************************************ Sub Page_Load(Source as Object, E as EventArgs) Dim...
Peter Brunone (EasyLi...
peter@...
Dec 13, 2004 7:18 pm
152
Peter, I'm working with a somewhat large dataset (3000+ entries) - much larger than any of the examples you provide I believe - and the page load time is not...