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 116 - 145 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
117
    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@...
Send Email
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...
Geoff Thomas
skibum84098
Offline Send Email
Nov 24, 2004
12:02 am
119
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...
skibum84098
Offline Send Email
Nov 24, 2004
12:58 am
120
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@...
Send Email
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@...
Send Email
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...
blbdds
Offline Send Email
Nov 29, 2004
5:15 pm
123
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@...
Send Email
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...
peter_brunone
Offline Send Email
Dec 2, 2004
7:52 am
125
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...
chrisolzinski
Offline Send Email
Dec 3, 2004
3:08 pm
126
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@...
Send Email
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...
chrisolzinski
Offline Send Email
Dec 3, 2004
3:47 pm
128
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...
chrisolzinski
Offline Send Email
Dec 3, 2004
3:49 pm
129
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...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 3, 2004
3:54 pm
130
Hi there! New to this control, and was hoping for some help. I have 2 elb's on a page, one for province/state, and the other for country. My code is here, and...
somethingneat2000
somethingnea...
Offline Send Email
Dec 3, 2004
11:14 pm
131
When I set the SelectedValue property, using the ComboBox mode, the list item selected is always the next one in the list after the one desired. Any input...
desron97
Offline Send Email
Dec 3, 2004
11:15 pm
132
Hi! For related/dependent lists, you'll need to do three things. Assign the ParentList property on the child list, and the ChildList property on the parent...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 3, 2004
11:20 pm
133
Holy cow. You found a brand-new bug, apparently created in the 2.4 release. Thanks for the heads-up; I'll announce the new build as soon as it's ready. ...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 3, 2004
11:33 pm
134
Peter, I was going to email you about this one tomorrow. I found it Friday, but didn't have time to mention it. Oh well, I can't find them all<BG> Kent ... ...
Kent Combs
kcombsus
Offline Send Email
Dec 5, 2004
10:22 pm
135
Don't worry, Kent; you'll always be our champion tester :-D The bug is fixed (as is the corresponding SelectedIndex bug), AND there's a new feature or two that...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 6, 2004
8:36 pm
136
Just wondering, when using an asp.net dropdownlist, you can use the ddlList.Items.Count to get the number of items in the list. I cannot seem to find a similar...
runtimeterror
Offline Send Email
Dec 6, 2004
8:48 pm
137
Thanks for asking. You came in just under the wire for the latest build of 2.4, available now. Use the new ItemCount property, and you'll be all set. Cheers,...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 6, 2004
8:54 pm
138
Just in case you don't read all the other threads, here is the official word: Version 2.4.2.0 is now available for download. The record of changes will be...
peter_brunone
Offline Send Email
Dec 6, 2004
8:56 pm
139
Er... One mistake there. - Dropdowns can now support MULTIPLE ITEMS!!! should read "MULTIPLE SELECTIONS"!!! I'm sure everyone has tried putting more than one...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 6, 2004
9:00 pm
140
Hi there, just wondering if it is possible to loop through a collection in an easyListBox while in combo mode, and have an item selected. For example, if I set...
runtimeterror
Offline Send Email
Dec 6, 2004
10:12 pm
141
Runtimeterror... I forgot to mention that you get the creative nickname award of the day... You could loop through the Items DataTable, but if you want to set...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 6, 2004
10:18 pm
142
Thanks for that quick reply. As far as iterating through the collection goes, normally with an asp.net dropdownlist, I would do this: For Each countryItem In...
runtimeterror
Offline Send Email
Dec 6, 2004
10:28 pm
143
Are you setting one selected item, or multiple selected items? Single selections look like this: ddlCountry.SelectedValue = CountryID ' (no need to clear the...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 6, 2004
11:15 pm
144
Hi Peter, I'm having a problem with my form that has two parent child elb groups. Four elbs in all. We'll call them set1 and set2 for now. Set1 is on the...
wcsmartstart
Offline Send Email
Dec 8, 2004
5:25 pm
145
Hi! Before I hit this question... When I replied to the message you sent directly to me yesterday, it bounced back saying that your account didn't exist. Is...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 8, 2004
8:12 pm
Messages 116 - 145 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