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@...
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@...
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@...
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@...
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...
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@...
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...
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@...
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@...
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...
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@...
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@...
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@...
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...
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@...
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...
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@...
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...
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@...
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...
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@...
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...
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@...
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@...
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...
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@...
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...