Help. When I run this application on my production server, it does this. It works fine on the development server. Any ideas as to what could be doing this? ...
Hi Anne, Does the ASP.NET process have Write permissions in the folder where you're using it on the production server? If not, you'll have to manually copy...
Peter Brunone (EasyLi...
peter@...
Aug 3, 2004 4:49 pm
89
Excellent. Thank you so much. It is working just fine now. _____ From: Peter Brunone (EasyListBox.com) [mailto:peter@...] Sent: Tuesday, August...
This will go out in a newsletter sometime soon, but I wanted you all to know first. EasyListBox now supports no-code databinding (just like Whidbey), and you...
Peter Brunone (EasyLi...
peter@...
Aug 6, 2004 7:44 pm
91
I have 2 comboboxes. I from MS and 1 from ELB. On the form the ELB is above the MS box. When expanding the ELB box, the MS box shows on top of the...
Hi Jeff, Unfortunately, it's well-night impossible to layer any HTML object over the <select> element. That's one of the reasons I started writing EasyListBox...
Peter Brunone (EasyLi...
peter@...
Aug 10, 2004 8:48 pm
93
Er, "well-nigh"... But you get the idea. Must be all the Shyamalan puns I've been hearing lately... ... From: Peter Brunone (EasyListBox.com)...
Peter Brunone (EasyLi...
peter@...
Aug 10, 2004 8:51 pm
94
Hey everyone... In the quest for features that will make ELB absolutely irresistible, I've added a new form of selection persistence. This one uses cookies,...
They might like the feature..... ... Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.735 / Virus...
I figured I'd wait until I had a minute, but since you insist... Another little upcoming feature is the boolean property called UrlJump. When set to True...
Peter Brunone (EasyLi...
peter@...
Aug 17, 2004 6:47 am
97
Peter, FYI. The State of Arkansas has already mandated the use of P3P Privacy Policy on state websites. Using cookies provides one additional layer that I am...
Anne, Thanks for the feedback. You can of course turn the feature off with no ill effects (or, if cookies are disabled, it just won't work). Also, just in...
Peter Brunone (EasyLi...
peter@...
Aug 17, 2004 8:50 pm
99
I should have added that FloatSelections uses Session for the selections, so you *can* do it without cookies, but you must tell your web app to persist session...
Peter Brunone (EasyLi...
peter@...
Aug 17, 2004 9:08 pm
100
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...