I'm having exactly the same problem trying to link two elbs - the DataFilterField value is showing up blank in the "view source" and of course changing the...
Hi Jeff, Yes, the message immediately following this one ( http://groups.yahoo.com/group/EasyListBox/message/70 , with a different title so it's easy to miss )...
Peter Brunone (EasyLi...
peter@...
Sep 22, 2004 7:23 pm
102
Thanks, you're right, I didn't pick up on the resolution in the other thread. - I downloaded the code on 9/20. I assume I have the most recent version(?) - I...
Another interesting point: For some reason that I haven't been able to figure out, all of the elbs display each list entry twice. For example, if the...
Jeff, Thanks for that very complete set of information. The ChildListName property is perfectly all right to use. AddChildList is really for when you want...
Peter Brunone (EasyLi...
peter@...
Sep 22, 2004 9:05 pm
105
I tried using AddListItem and it seems to work as expected. Any downside to doing that instead of databinding? It only takes two lines of code instead of...
Hi Jeff, ... Already answered, and you should have a test build in your hands (figuratively speaking)... But yes, you can use AddItem if you prefer. Bear in...
Peter Brunone (EasyLi...
peter@...
Sep 23, 2004 1:51 am
107
The following is called during page_load. The interaction between the two elbs is perfect except when the page first loads. I would like the child to display...
Hi Jeff, Â Â Â Hopefully this isn't a silly question, but is the parent list being selected correctly? Cheers, Peter From: "acmelabsllc"...
Peter Brunone (EasyLi...
peter@...
Sep 23, 2004 8:18 pm
109
Yep, the parent list is correct. And the child list's selectedvalue is correct in the debugger, but the child's selectedIndex = -1. I've since tried going...
   Yep, that js error is the list trying to select an option, but there aren't any options to choose. By the way, did you copy the new .js files into your...
Peter Brunone (EasyLi...
peter@...
Sep 23, 2004 8:58 pm
111
you're right, I /was/ still using the old .dll. I've got the new one in place. It doesn't appear to have an impact on the issue at hand, but I'll bet it will...
Hi everyone, This isn't an official demo for this feature -- I need to get some better content -- but you can play with it and see how it feels. Tab to the ELB...
I cannot seem to find an 'example' of connecting to a SQL server. I need to connect the the server to get all my data. In a few areas of my forms I want the...
Hi Joe, Which example is this? I'm not aware of any Access examples on the EasyListBox site or on LearnASP.com (or in the documentation, for that matter). ...
Peter Brunone (EasyLi...
peter@...
Oct 16, 2004 3:18 am
115
It's been mentioned that my third sentence below may well be the most important part of the message, so I'll take another shot at this concept. If all you're...
Peter Brunone (EasyLi...
peter@...
Oct 16, 2004 3:37 am
116
I just purchased ELB 2.3 and am using it with VB.NET 2003 and am having a problem similar to others previously and a few other question. Q1: I have two ELBs...
   This is a known issue in 2.3. You have two options: 1) Use the workaround, which is to send DataTables instead of DataSets to ELB. 2) Contact me...
Peter Brunone (EasyLi...
peter@...
Nov 23, 2004 8:28 pm
118
Hey Peter: Just hoping you can forward me the 2.4 version ASAP so I can see whether it will solve my problems Thanks, Geoff _____ From: Peter Brunone...
The Datatable work-around works fine, however, I have several more questions. Q1: How can I add a dropdownlist value and text at the beginnig of the data list...
Hi Geoff, Sorry about that; I got pretty busy near the end of the day. I'll get you that 2.4 build off-list. Now for your questions... A1: In 2.4, there is a...
Peter Brunone (EasyLi...
peter@...
Nov 24, 2004 1:48 am
121
A note about #1 below... If you're using a DataTable as your datasource, you can add the item to the table before databinding. ... From: Peter Brunone...
Peter Brunone (EasyLi...
peter@...
Nov 24, 2004 7:08 am
122
Hello Peter, i am currently experiencing a problem with the SelectionChanged event. I've created a simple test application that uses your ELB, add's several...
Hi Beau, Â Â Â Thanks for the detailed exposition; let me play with this for a while and see what I find. Â Â Â In the meantime, what happens if you simply...
Peter Brunone (EasyLi...
peter@...
Nov 29, 2004 5:24 pm
124
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...