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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 44 - 73 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
58
Hi Randall, AddItem works just fine with SelectionChanged if you don't enclose your AddItem() statements in an "If Not IsPostBack" block; however, for your...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 23, 2004
2:54 am
59
Peter, So there is no programmatic way to clear the listbox (say, on a button-click)? We want to use this control to display results of a search, but without...
Randall Shimkus
rivieraillus...
Offline Send Email
Jun 23, 2004
12:58 pm
60
It's time for an update, and we have two news items of varying interest. ********** MID-SUMMER SALE *********** Note: if you're in the Southern hemisphere,...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 7, 2004
4:44 pm
61
I am just trying your product for the first time and am have a lot of troubles. The main one being the every time I try to use the control in drop down mode I...
davidboa2003
Offline
Jul 8, 2004
12:51 am
62
Hi David, Is this popup happening in design mode or at runtime? If the latter, it sounds like you have a debug version that was mistakenly put up last month...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 8, 2004
12:57 am
63
Thanks for the quick reply on the last msg, i found the offending line in the js file, and have dl'd the new version. I am setting up dependant drop downs and...
davidboa2003
Offline
Jul 8, 2004
1:39 am
64
Do you have any nulls in the records you're bringing back? This seems to be the most likely cause. ... From: davidboa2003 [mailto:no_reply@yahoogroups.com] ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 8, 2004
1:51 am
65
I thought I had checked for Nulls but there was one hiding in there. Unfortunately I am still having trouble with the dependant boxes. Now the page loads up...
davidboa2003
Offline
Jul 8, 2004
11:13 pm
66
The next public build will take care of nulls; thanks for bringing that to my attention. I know this will sound like a stupid question, but you're *absolutely...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 9, 2004
2:41 am
67
Hey ya I checked the returned dataset very carefully, just to make sure I tried displaying the "AgencyId" field in the text box and got a very unexpected...
davidboa2003
Offline
Jul 9, 2004
5:40 am
68
Does anyone have a sample of dependant listboxes working of the pubs or northwind DB. This might be useful to see a working sample....
davidboa2003
Offline
Jul 9, 2004
6:03 am
69
Hey David, Looks like you found a bug. There is a tiny brain disconnect in the FilterField mechanism; once this fix has been tested, I'll send you a new copy...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 9, 2004
1:30 pm
70
The new build is up; use your personal download link in the confirmation email. Here's that demo I promised: ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 9, 2004
1:40 pm
71
Ok... I just picked up the component today and have some questions. First, I'm operating in combo mode. 1) I have a databound combo listbox, can I add a...
John
ookami007
Online Now Send Email
Jul 13, 2004
9:39 pm
72
Hi John, I assume all your questions have been answered off-list (sometimes your first message takes a little while getting through to this group); the AddItem...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 14, 2004
3:06 am
73
I have started integrating EasyListBox into my application and get a strange error on postback... Server Error in '/webpublic/adi20' Application. ... Column...
John
ookami007
Online Now Send Email
Jul 14, 2004
1:39 pm
Messages 44 - 73 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