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 28 - 57 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28
Hi All, This is an awesome control that I think I will be able to put to good use. My question is: No matter where on my form I place the control it allways...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
7:31 pm
29
Hi Kent, Can you send some code (the rendered HTML code as well as your aspx code), along with the browser and OS you're using? It seems strange that the...
Peter Brunone (EasyLi...
peter@...
Send Email
May 6, 2004
7:37 pm
30
Sorry, the browser is IE6 and OS is W2K Kent ... aspx code), along with the browser and OS you're using? It seems strange that the control would show up in...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
7:45 pm
31
I meant the upper left. There is no aspx code on my sample page but the html is: <ELB:EasyListBox id=EasyListBox1 style="Z-INDEX: 101; LEFT: 321px; POSITION:...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
7:45 pm
32
Ah. Currently, EasyListBox doesn't support absolute positioning; the thought was that most developers are going to use relative positioning for form controls. ...
Peter Brunone (EasyLi...
peter@...
Send Email
May 6, 2004
7:52 pm
33
Peter, Thank you for the quick answer. Unfortunatly I sort of require absolute positioning. I'll be waiting for 2.2 to come out. One other question. Does...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
8:03 pm
34
Kent, ... I want to say yes, but I'm not 100% certain I understand the question. If you're asking if you can have a value and text with each item just like...
Peter Brunone (EasyLi...
peter@...
Send Email
May 6, 2004
8:21 pm
35
Peter, That is exactlly what I was asking. I guess I just haven't figured out how to add the value, but I will. I will be looking forward to the 2.2 version. ...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
10:08 pm
36
Kent, Let me know if you have suggestions to improve the documentation as well! The value attribute has been coded to work the same way for EasyListBox as for...
Peter Brunone -- Easy...
peter@...
Send Email
May 6, 2004
10:17 pm
37
Here it is, for a select group of people, which obviously includes the [EasyListBox] group! http://easylistbox.com/downloadtrial_22.aspx Pound on it, kick it...
Peter Brunone (EasyLi...
peter@...
Send Email
May 15, 2004
8:15 am
38
Well, it's a REALLY early preview :) Just kidding; I guess somewhere in there I forgot to upload the new super-secret page. It works now. Thanks for the...
Peter Brunone (EasyLi...
peter@...
Send Email
May 15, 2004
8:59 pm
39
The general-public announcement will go out later, but I wanted you folks to be among the first to know. Cheers, Peter...
Peter Brunone (EasyLi...
peter@...
Send Email
May 17, 2004
3:50 pm
40
Just a heads-up... Three key problems were noted today, which resulted in an emergency bug fix release. LimitToList, OnSelectionChanged, and array databinding...
Peter Brunone (EasyLi...
peter@...
Send Email
May 19, 2004
4:48 am
41
Just in case you didn't know, there's a demo of dependent EasyListBoxes in a DataGrid at http://easylistbox.com/demoDataGrid.aspx ... INCLUDING a zipfile...
Peter Brunone (EasyLi...
peter@...
Send Email
May 22, 2004
2:51 am
42
Hi There, First of all... great control! 1 problem that i'm having with it, though, is when I submit the form (press the Save button), i'm getting the...
gornhorse
Offline Send Email
May 24, 2004
1:59 pm
43
Hi Michelle... Thanks for the kind words. Could you send the full error message (cut and pasted) from the page in question, along with the asp.net code you're...
Peter Brunone (EasyLi...
peter@...
Send Email
May 24, 2004
2:10 pm
44
Hi In this below address : www.tavanafza.com when i use EasyListBox my grid do not work, Please Help me, Thanks....
Mansoor Abdi
mansorabdi
Offline Send Email
Jun 3, 2004
3:12 pm
45
Marhaba, Mansoor! Which part of the site is the datagrid? It's hard to tell from just looking at the page. Just so you know, DataGrid support was added in...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 3, 2004
4:41 pm
46
My mistake; I see where the Datagrid is now. Make sure you have the updated version of EasyListBox, though (which, again, is a free upgrade for licensed 2.x...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 3, 2004
4:47 pm
47
For everyone's info... There is a new build available, which takes care of those pesky server-side event handler problems that have been plaguing EasyListBox ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 4, 2004
8:52 pm
48
This one fixes some design-time errors that show up when ELB is added to a container control (the container control would render as a small box with an error...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 18, 2004
6:23 am
49
1) ELB does not seem to support the Items collection that most asp.net list controls expose. How then, does one iterate through the items in a multi-select...
Scott McCulloch
himrme
Offline Send Email
Jun 19, 2004
4:05 am
50
Hi Scott, 1) ELB has a much more complex collection of items than the native ASP.NET list controls, so it was decided not to expose it just yet. Actually, you...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 19, 2004
4:19 am
51
Hello Peter-- Thanks for the reply. I was able to figure out the the comma delimited strings returned by SelectedValue and SelectedText before reading your...
Scott McCulloch
himrme
Offline Send Email
Jun 19, 2004
6:21 pm
52
Hi Scott, Yahoo has been pretty slow about sending messages lately; I'm glad you checked the website. You're absolutely right about AddItem being undocumented;...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 19, 2004
7:25 pm
53
Missed a piece of your message. The Item method takes either an index or a value, but you're feeding it text. MyItem = MyList.Item("two") should read: MyItem...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 19, 2004
7:27 pm
54
Peter, thanks for the additional help, but something is still causing a problem with the Item emthod. Using the aspx page exactly as shown below, line 2 of...
Scott McCulloch
himrme
Offline Send Email
Jun 19, 2004
10:39 pm
55
Is there a method for clearing an EasyListBox as in MyASPListBox.Items.Clear()?...
Scott McCulloch
himrme
Offline Send Email
Jun 19, 2004
10:41 pm
56
There is not at this time. However, if you're using AddItem to populate your list, then all you have to do is *not* repopulate on postback (since items added...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 20, 2004
12:17 am
57
Scott, Nice work. Do you mind if I call you the Bug Zapper? There was a little order-of-operations confusion with hard-coded list items and the Item method;...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 20, 2004
12:53 am
Messages 28 - 57 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