I have two ELB's in a user control and then some action buttons for moving of items. The trouble is when I click on a action button it gives me a javascript...
Hi Sunil, I think your user control is probably assigning a prefix to your ELB controls. This means that in your SourceList and TargetList attributes, you...
Peter Brunone (EasyLi...
peter@...
Sep 3, 2005 12:50 am
446
I was wanting to show the first column in a listbox as the sequence number of the item starting from '1'. what would be the recommeded way to implement this...
Hi Sunil, How are you filling the listbox? If you are using a DataTable or DataReader, I would suggest building this into your query. If you are adding items...
Peter Brunone (EasyLi...
peter@...
Sep 3, 2005 6:43 pm
448
I am using two ELB's and action buttons between them. I was interested in inserting sequence numbers for the second ELB during its databinding and also on the...
I have a ELB inside a user control. I want to attach client side 'find' functionality to this ELB. So I decided to use the 'MultiSearchBox'. I set the target...
Do you need to make those numbers change on the client side? It sounds like you'll need to access the table rows collection after each change and set the...
Peter Brunone (EasyLi...
peter@...
Sep 4, 2005 1:35 am
451
Yes I would like to add the sequence numbers on the client side, since its main purpose is to provide the user with a physical sequence and not save the...
I have a need to have the enter Key act as a tab key. So when a user drops the list down they can select the choice by hitting the enter key and the focus...
Hi Joe, There are a couple of different approaches you could take with this. If you are in a controlled environment without XP SP2, you could use the Onchange...
Peter Brunone (EasyLi...
peter@...
Sep 7, 2005 5:06 pm
454
Peter, thanks for the note... Here is more information: I am on a XP box with sp2. Using asp.net and vb.net. I have tried putting in my Javascript function...
Joe, OnChange is a property which loads a client-side function. OnSelectionChanged is a server-side event handler that triggers a server-side function....
Peter Brunone (EasyLi...
peter@...
Sep 7, 2005 6:12 pm
456
No can do. I tried OnChange="ELB_Focus('elbSeverity')" and OnChange="ELB_Focus('elbSeverity')" no luck, the enter key is submitting the form. fyi, elbSeverity...
Okay; looks like this will be a two-parter. First we need to decide where to block the Enter key from submitting the form. Do you want it to happen...
Peter Brunone (EasyLi...
peter@...
Sep 7, 2005 8:23 pm
458
Peter, do you think there is a problem with my version, do I need to upgrade to the latest and greatest??? I have the following code in my form: <body...
Peter, I had tried the onfiltered event handler in the ELB as the suggestion you sent me. But they did not work. I even tried to get a generic alert box to...
Joe, There is no onfiltered event handler. I suggested using the OnChange property of the EasyListBox control (see previous messages), which allows the...
Peter Brunone (EasyLi...
peter@...
Sep 9, 2005 3:33 pm
462
Peter, sorry for the confusion and problem....Not sure what happen, but the email I got from you, has onfiltered, but if I try to forward it to you, it says...
Joe, That could an email client issue; I've had some (especially webmail apps) that will do strange things to any script content in the message. I'm going to...
Peter Brunone (EasyLi...
peter@...
Sep 9, 2005 4:10 pm
464
Is there a validator for the easylistbox tag? I need to validate that a user has made a selection. It would behve just like a "<asp:RequiredFieldValidator...
Hi Mike, There is no validator per se -- something that should hopefully be changed in version 3 -- but you can see a workaround in the following post: ...
Peter Brunone (EasyLi...
peter@...
Sep 12, 2005 4:22 pm
466
Peter, What is the leadtime to being compatible with Firefox? I think you said it was coming with version 3. Have you a date? Colum...
Hi Colum, Nice to hear from you :) Currently we're looking at October (probably late October -- no firm date yet), and yes, version 3 will offer full Firefox...
Peter Brunone (EasyLi...
peter@...
Sep 19, 2005 2:04 pm
468
Peter, Thanks for that Peter. We're starting testing on our new servers tomorrow. That is, two servers in a web farm. Next month we will also be releasing a...
Any single-website or single-server purchases between now and 3.0 will be automatically upgraded at the new release. There may be some pricing differences for...
Peter Brunone (EasyLi...
peter@...
Sep 19, 2005 3:41 pm
470
Peter, Just to confirm. Getting another website license will cover us for the scenario i mentioned? Colum...
If the server has only one website running ELB, then yes, a website license is all you need. From: colum clissmann <clissmann@...> Sent: Monday,...
Peter Brunone (EasyLi...
peter@...
Sep 19, 2005 4:16 pm
472
Hey guys, I noticed a lot of people were trying to preselect multiple values in code just like I was. Well, I figured it out. Here it is in VB.NET: You want,...
I've added the trial version of EasyListBox to a web page to make sure it works as expected before we purchase it. I've populated it fine but the dropdown...