I'm using easyListBox as a dropdown with check boxes... and storing the result of the selections as separated values in a database (field set to hold up to 250...
Mo,    I've never heard this issue reported before (the checkbox demo on the ELB website has no problem with selected value strings longer than 47). Can...
Peter Brunone (EasyLi...
peter@...
Jun 3, 2005 3:26 pm
337
Peter, Thanks for your reply! Correction it maxs out at 50 chars. Can't give you a URL this is running on an intranet. The problem is not in the html but the...
Have you done a response.write on the request.form value to see if it's all there? ... In this line, you're explicitly telling the command object to add a...
Peter Brunone (EasyLi...
peter@...
Jun 3, 2005 4:22 pm
339
Thanks Peter, I shouldn't have missed that! "Peter Brunone (EasyListBox.com)" <peter@...> wrote:Have you done a response.write on the request.form...
At this point, you would have to use a custom validator (various ideas are being considered for built-in validation in the future). What sort of rule(s) are...
Peter Brunone (EasyLi...
peter@...
Jun 12, 2005 12:22 am
342
I'm writing an asp.net application using a form that has 90+ controls/fields... some fields should be required only when another field contains a value! A...
   Yes, I have a workaround for you. Also, I apologize for not responding to your previous message; apparently Yahoo decided that my mail server was...
Peter Brunone (EasyLi...
peter@...
Jun 14, 2005 4:31 pm
345
Thanks for your reply! If I'm understanding this correctly we're passing the value of ELB to the input field for validation. I don't believe my code is seeing...
Peter, Like your control v much and will purchase if you get this dropdowns disappearing sorted. When do you expect 2.5 to be released? Will this have support...
I am waiting for the disappearing dropdowns (no more bleeding) to be released. Otherwise i think this control has a lot going for it. Just tested with a...
Hi Colum, Actually, I have a beta you can test; I'll send you a time-limited version off-list. Firefox support will come in 3.0; that's a pretty big change. ...
Peter Brunone (EasyLi...
peter@...
Jun 16, 2005 5:17 pm
349
Oh, and the source code is not sold with the product. Feature requests are taken very seriously, though, and most of what you see in ELB today is a result of...
Peter Brunone (EasyLi...
peter@...
Jun 16, 2005 5:23 pm
350
It's my feeling, after using the ELB for 2 or three months now, mainly in the PageManager for the Rainbow porject, testing with large and small lists... .the...
Jon et al, There are a few reasons that I would not like to abandon tables just yet. I'll detail these more in a technical session if you like. I've sent you...
Peter Brunone (EasyLi...
peter@...
Jun 16, 2005 8:53 pm
352
... If a list has >100 items, it's time to re-consider your design :-) IMHO, of course, drop down lists should only contain a relatively small list of items. ...
I think this is a slight bug. When using the control for the first time yesterday, I was manually entering a list of items into the HTML (as mentioned in the...
... Out of interest, why do you say this? It infers that either the Javascript dialect is radically different or their implementation of DHTML varies from IE....
Javascript itself isn't the major problem -- although there are differences -- but the nuances of cross-browser DHTML can be tricky. Perhaps "far-reaching"...
Peter Brunone (EasyLi...
peter@...
Jun 17, 2005 8:12 pm
356
That's one of the "bonuses" of developing ASP.NET controls; you get to clash with Studio :) Better design-time support is on the table for version 3; so far ...
Peter Brunone (EasyLi...
peter@...
Jun 17, 2005 8:15 pm
357
One for the wish list is making the control render more accurately in VS 2003. Or at least so you can see the width and height. Cheers, Rob. _____ From:...
The documentation mentions ELB_GetText(ListID) but this doesn't appear to work. I can't find ELB_GetText in the source code either. I can find the others. How...
Ah, that was an "oops" in the documentation. ELB_GetText is in 2.5. Overeager yanks at our best, I suppose... ... From: EasyListBox@yahoogroups.com...
Peter Brunone (EasyLi...
peter@...
Jun 18, 2005 3:38 am
360
A bit quick on the trigger, too; here are the functions this time.. For ELBScript_IE56.js: function ELB_GetText(ctlID) { return getObj(ctlID +...
Peter Brunone (EasyLi...
peter@...
Jun 18, 2005 4:05 am
361
Peter, All working well with the beta except... When i load the page i set the country (parent) by setting it's selectedvalue in the code behind and then...
Hi Colum, Can you show me the code you're using? Also, do you have a link I can see (or at least the rendered HTML when this happens)? There's a release...
Peter Brunone (EasyLi...
peter@...
Jun 21, 2005 2:21 pm
363
will try release candidate first and see how that goes. On 6/21/05, Peter Brunone (EasyListBox.com <http://EasyListBox.com>) <...