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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 124 - 153 of 1726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
146
Is there an implmentation of the Columns and Maxlength attributes (such as with a TextBox) that I could use to size the control and limit text entry length...
desron97
Offline Send Email
Dec 8, 2004
9:53 pm
147
If you mean for the text input in combobox mode, then no, there is no such Maxlength property -- but that's a great idea. Contact me off-list if you want to...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 8, 2004
10:01 pm
148
...until now. You can download the new build which includes a MaxLength property. There is also a bug fix for a surprisingly obvious behavior that nobody seems...
peter_brunone
Offline Send Email
Dec 9, 2004
7:04 pm
149
This was inspired by a post on the ASP.NET forums. http://easylistbox.com/demoOutlook.aspx As always, comments are welcome. Cheers, Peter...
peter_brunone
Offline Send Email
Dec 11, 2004
3:24 am
150
Peter, Still not having any success with this... Here is my page_Load code & the ELB code & the Error... ...
chrisolzinski
Online Now Send Email
Dec 13, 2004
7:10 pm
151
Hi Chris, Here's what you need to be doing: '************************************************************ Sub Page_Load(Source as Object, E as EventArgs) Dim...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 13, 2004
7:18 pm
152
Peter, I'm working with a somewhat large dataset (3000+ entries) - much larger than any of the examples you provide I believe - and the page load time is not...
chrisolzinski
Online Now Send Email
Dec 14, 2004
3:13 pm
153
Hi Chris,    First off, let me assure you that I'm aware of the sheer volume of characters generated by EasyListBox.  Look for some performance...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 14, 2004
3:25 pm
Messages 124 - 153 of 1726   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