I have 2 ELBs used as multiple column select lists, both have the same lists of data and both use AJAX. I need to have the second list select the same item...
Thanks for the good news on the weirdness... I'd love to know what was going on with that dev server though. As for the "second list" effect, you might...
Peter Brunone (EasyLi...
peter@...
Mar 7, 2008 6:20 am
1212
I am populating a drop down list with values that start with a number. It will not look up the values. If I change the values to start with a character, it...
Hi Chris, Would it be possible to see a demo of this? If not, perhaps the rendered HTML...? If that isn't possible, what version of ELB are you currently...
G'day Peter, hope you had a good easter break, if indeed you had a break at all! We have a script in our application which converts some keypress events, for...
Hello again! No break here; such is life for some of us. I did take off Wednesday since the kids had spring break last week... Your question is an interesting...
Peter Brunone (EasyLi...
peter@...
Mar 28, 2008 3:16 am
1216
I'd like to be able to just change that function, but it doesn't actually seem to be getting called at all when keys are pressed while moving the selection...
Hmm it turns out that ELB_OnKeyDown function DOES get called when you press a button when the ELB has focus...and adding a call to our function which alters...
Hey, that was easy; ask me another one! Thanks for letting me know how it turned out :) I do suggest that you keep track of these changes (which I'm sure...
Peter Brunone (EasyLi...
peter@...
Mar 28, 2008 12:32 pm
1219
Hi, great product. Am having a few issues that could be related to my tiny brain size. 1. Not sure if this is a bug, or if I need to implement something in ...
Hi Louis/Tony (?), Normally the ClipHead=True setting should do the job. One question: did you copy the Javascript file from the installation directory, or...
Peter Brunone (EasyLi...
peter@...
Apr 7, 2008 7:28 pm
1221
Yes! Copied from the installation directory. Unfortunately the code is running on my personal machine and is not out on the web, but I can get you all the...
Here is a bug report? (In case it is a bug) And I have the full page and code behinds here as well: 1. When Selecting the SelectAll action button, the target...
1. It looks like that if I select Listbox mode instead of dropdown, I don't get the elongated field issue. 2. When running select all on a Listbox (in listbox...
Thanks. If it's not too much trouble, could I get this in a text file? The email process kind of chopped it all up, and I could spend a lot of time piecing...
Peter Brunone (EasyLi...
peter@...
Apr 7, 2008 9:04 pm
1225
Here are the two files to play with, the bug submit report, and the source that the browser generates when everything gets jumbled. It seems slow in normal...
If I select all through an action button and examine the code for the selectedvalue, it is always = "". If I manually select all the items, they populate the...
This is related to the previous issue you brought up with the Select All functionality (apparently the switch to XHTML funked out some of the ancillary...
Peter Brunone (EasyLi...
peter@...
Apr 11, 2008 2:53 am
1228
Very good, thank you Peter! ... Select All functionality (apparently the switch to XHTML funked out some of the ancillary functions, and they got through the...
I created a DropDown list that has all numbers for the text values. When I look up something that I know is in the list, it does not find the item in the list....
Hi Chris, Thanks for posting. Can you show me either (a) the page in action, or (b) the rendered HTML (from the View Source command in the browser)? This is...
Peter Brunone (EasyLi...
peter@...
Apr 11, 2008 2:42 pm
1231
Here is the code that populates the list: sql = "SELECT pkTrains, CONVERT(Char(15),TrainNumber) AS TrainNumber " & _ "FROM Trains " & _ "WHERE Railroad = '" &...
Thanks, Chris. When I paste the rendered HTML (adding a listHead section, of course), I can select items by clicking on them or via SuperSearch on the...
Peter Brunone (EasyLi...
peter@...
Apr 11, 2008 4:12 pm
1233
Excuse me... that should be SpeedSearch (dropdownlist), not SuperSearch (AJAX combobox). ... From: "Peter Brunone (EasyListBox.com)" <peter@...> ...
Peter Brunone (EasyLi...
peter@...
Apr 11, 2008 4:20 pm
1234
Peter, Any news on how the 4.0 release is coming? Do you still think you will have the Update Panel compatibility fixed in the next month or two? Thanks, ...
Hi Cecil, Thanks for checking in. Yes, we're looking at a late Q2 release for 4.0, and UpdatePanel compatibility has been mapped out. There should be more...
Peter Brunone (EasyLi...
peter@...
Apr 18, 2008 7:40 pm
1236
Hi everybody, I'm in trouble with a simple easylistbox. Setting ShowCheckBoxes="False" with DisplayMode="DropDown" and SelectionMode="multiple", when I select...
Hi Lo, What is your current validation scheme (DOCTYPE statement)? FYI, this may have to do with another problem we're working on right now; I'm going to send...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Thanks a bunch! I was going to ask...
Hey, no fair posting under two aliases! Actually, your download email should have gone out last week. I'll send the link again; contact me offlist if you...