Search the web
Sign In
New User? Sign Up
EasyListBox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 87 - 116 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87
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? ...
anneloveless
Offline Send Email
Aug 3, 2004
4:40 pm
88
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@...
Send Email
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...
Anne Loveless
anneloveless
Offline Send Email
Aug 3, 2004
5:42 pm
90
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@...
Send Email
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...
jeffkararo
Offline
Aug 10, 2004
8:41 pm
92
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@...
Send Email
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@...
Send Email
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,...
peter_brunone
Offline Send Email
Aug 16, 2004
9:11 pm
95
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...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Aug 17, 2004
6:35 am
96
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@...
Send Email
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 Loveless
anneloveless
Offline Send Email
Aug 17, 2004
4:09 pm
98
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@...
Send Email
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@...
Send Email
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...
acmelabsllc
Offline Send Email
Sep 22, 2004
6:30 pm
101
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@...
Send Email
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...
acmelabsllc
Offline Send Email
Sep 22, 2004
7:59 pm
103
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...
acmelabsllc
Offline Send Email
Sep 22, 2004
8:53 pm
104
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@...
Send Email
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...
acmelabsllc
Offline Send Email
Sep 23, 2004
1:38 am
106
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@...
Send Email
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...
acmelabsllc
Offline Send Email
Sep 23, 2004
7:56 pm
108
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@...
Send Email
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...
acmelabsllc
Offline Send Email
Sep 23, 2004
8:38 pm
110
   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@...
Send Email
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...
acmelabsllc
Offline Send Email
Sep 23, 2004
9:53 pm
112
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...
peter_brunone
Offline Send Email
Oct 5, 2004
2:12 pm
113
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...
jodpro32
Offline Send Email
Oct 16, 2004
3:11 am
114
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@...
Send Email
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@...
Send Email
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...
skibum84098
Offline Send Email
Nov 23, 2004
7:54 pm
Messages 87 - 116 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help