I've got a number of list boxes and per your instructions, I've not included the loading process in an !IsPostback block. However, this is presenting...
Hi Bill, Thanks for the question; this will be brief, but hopefully I'll be able to flesh it out more later. First off, there is no problem with putting the...
Peter Brunone (EasyLi...
peter@...
Jan 4, 2007 6:02 pm
949
I have a Multi-select Dropdown. I want to be able to enable/disable it with client-side javascript. I also want to change the appearance to be greyed-out. ...
Hi Darren, It just so happens that there are some new functions for that. I went ahead and added them to the IE7 Javascript file that you can download from...
Peter Brunone (EasyLi...
peter@...
Jan 10, 2007 5:45 am
951
Hi Peter - We're seeing this issue again. It happens occasionally. I've gathered a bit more information about it: We have several ELB's in the form, each ELB...
Hi Dan, Is this different from the issue you described previously in this thread? Off the top of my head, this sounds like a data caching issue. Assuming...
Peter Brunone (EasyLi...
peter@...
Jan 12, 2007 5:11 pm
953
This is the same issue, I just have better information about it now... We're not using AJAX. When I tried setting CacheData to False on all the ELB's, every...
What if you remove the If Not IsPostBack check from your databinding code (assuming that's where it is)? The selections should persist even if you bind the...
Peter Brunone (EasyLi...
peter@...
Jan 12, 2007 7:10 pm
955
Hi All, I'm using 2 ELB dropdown list within a navigation Usercontrol that is on an aspx page. The parent/child relationship works fine, both DDL's load...
Hi Craig, It would appear that your child list is missing a DataFilterField assignment. Most likely, you want to set DataFilterField="USER_GROUP_ID" (don't...
Peter Brunone (EasyLi...
peter@...
Jan 12, 2007 10:35 pm
957
Hi, I've been using Easylistbox for a while now and its great. But I have a question. If I do a postback on the page, the selected item in the listbox is ...
Huh... that's an interesting thought. I wonder why nobody's ever brought it up before. Suggestion 1: set the little-known (and undocumented) FloatSelections...
Peter Brunone (EasyLi...
peter@...
Jan 17, 2007 9:02 pm
959
Peter - Sorry for the delayed response - I've been out sick. The databinding takes place in multiple spots in the code (mainly because the items bound depend...
Hi Dan, Welcome back! Would it be possible to try just a couple of these to see whether those few ever lose their data again? Also -- and forgive me if I've...
Peter Brunone (EasyLi...
peter@...
Jan 19, 2007 3:41 pm
961
I'll give rebinding a shot on a couple of them and report back. In the meantime, here's a few common characteristics of the ELB's: They all live within a...
Hi All, I need a bit of help with the following code: I normally select/set and loop through an asp.net listbox as such: cboTopic.DataSource() = reader ...
Hi Craig, For a single-select ELB, you can simply set the SelectedValue property to the value of the selected item, e.g. cboTopic.SelectedValue= "item4" In...
Peter Brunone (EasyLi...
peter@...
Jan 23, 2007 4:42 am
964
Hi Peter - Rebinding is working. What I ended up doing was first checking if there are any items in the ELB, and if not, rebind the data. Example: if...
Dan, Thanks for the update. If you don't mind, I'd love to have a copy of the code -- as well as the rendered HTML -- for one or more of these. If nothing...
Peter Brunone (EasyLi...
peter@...
Jan 27, 2007 6:46 am
966
HI all I've really struggled with this control..Don't know what I am doing wrong..So here goes...Again. 2 list Parent and Child ...embedded in a user control...
Hi All, Upon further invetigation of not being able to refresh the child list,(I keep getting the first value that was loaded into the child list on Not...
Hi Craig, Off the top of my head I'm not sure (I'll check up on this tomorrow), but would it be acceptable -- at least as a temporary measure -- to use the...
Peter Brunone (EasyLi...
peter@...
Jan 29, 2007 2:12 am
969
Craig, Assuming the later message didn't trump this one (because the issues seem different; this looks like you're saying that the child list just won't...
Peter Brunone (EasyLi...
peter@...
Jan 29, 2007 2:26 am
970
Hi, All I select a group in the first list box, then click a checkbox for some user in the second box, the user I select gets populated to where the Promp text...
Hi Craig, Thanks for the code; would it be possible to see all relevant portions of the codebehind (or inline script), along with where they're called in your...
Peter Brunone (EasyLi...
peter@...
Jan 29, 2007 3:49 pm
972
Hello, My settings are below. Initially, everything works no problem, when I select an item though, and it does a postback, it will stop working. If i reload...
You may have come across a filtering bug with ELB's ajax implementation (fixed in the upcoming release). What happens if you call jobNumberText.Clear() in the...
Peter Brunone (EasyLi...
peter@...
Feb 18, 2007 5:32 am
974
A have some DropDown EasyListBoxes placed one under anoter - like property list. And I placed them in to container like div with width=500 and height=100 and...
Hi George, Just to confirm: this looks like a message similar to the one we resolved last week. Is that correct? Cheers, Peter ... From: "gkorobkov"...
Peter Brunone (EasyLi...
peter@...
Mar 6, 2007 9:53 pm
976
Hi, When I set USEAJAX to true my combo box won't populate and I get a javascript error that says "object doesn't support this property or method". Is there...