This control works well with ASP.NET v2 except when combining master pages with MultiSearchBox. This element is rendered with a content place holder id and...
Hi Dan, Thanks for writing! You will find this fixed in EasyListBox 3.1, coming within a week (due to a few unforeseen delays). Please let me know if I can be...
I should mention that you can get around this in the meantime by either (a) hard-coding the TargetList to "ctl00_ContentPlaceHolder1_selEmployeeSelect", or (b)...
I am trying to integrate the ELB with out current application that dynamically creates controls so I have to serve this control up with codebehind only. Is...
Hi Luke, Thank you for a very interesting question. Two thoughts: 1) Have you verified that the databinding code works outside of this scenario? 2) Have you...
Hi all, I am trying to use Related ListBox from within my web control(.ascx). It should dynamically change the content of child listbox upon changing the value...
I, unfortunatly, have to build a page containing some 30+ ELB controls on a page. The problem to be solved is that the rendering of the page is somewhat slow,...
Hi Wayne, Wow. That's a lot of lists! I would be remiss if I didn't ask if there might be a way to reduce that number, but I would assume you've already ...
I am trying to get the client to provide a flowchart in the hopes that I will be able to populate only those needed initial and others based on previous...
I am experiencing the same error but am not using the AddItem method. 1) What I have done is create a dataset on initial load 2) Set the properties like below:...
Hi Wayne, Is this code perhaps within an If Not IsPostback check? Try removing that condition and see what happens. If you prefer to leave the databinding...
EasyListBox.com
peter@...
Mar 17, 2006 9:06 pm
599
Maybe it didn't like the fact that my messages were identical, or something crazy like that...? ... From: Peter Brunone <peter.brunone@...> Date: Mar 17,...
Okay, how about something like this: 1) Set UseAjax to True on your lists (I'm assuming ComboBox display mode here, though it may work for dropdown (the...
I have a number of ELB dropdown boxes with multiselection turned on. I need to have a button on my page to clear these values. Protected Sub mybutton_click.......
The value in the list box is not showing if it is only 1 character in length. Any ideas??? This is a list populated from the database and the values are...
Is it possible to have the listbox disabled so that users may not make selections, but still allow it to drop-down or scroll (for a drop-down list or listbox,...
Not as such; Disabled is a pretty well-defined area that we'd like to keep that way. However, you *could* work some magic by invoking the ELB_ClearSelection ...
Well, I don't think that that will really solve my problem. I want the users to be able to see which item(s) have been selected in a databound easylistbox,...
Oh! Well, that makes a bit more sense. Sounds like we may need to come up with a Read-Only switch. What's the scenario here? That is, will the selections be...
The listbox resides within a formview control. When a user loads the page the formview will display in read-only mode. At that point the user may either...
Thanks, Lori; that helps a lot. Looks like we'll have that ReadOnly property out in the next patch release, which should be within a week. If that timetable...
hi, I have the following code <asp:Panel ID="Panel1" runat="server" Height="50px" Width="220px"> <ELB:EasyListBox ID="EasyListBox1" DisplayMode="DropDown" ...
Hi Lois, Thanks for writing. It sounds like you may be using an unsupported doctype definition. See the ELB help file (Installation page) for a suggested...
Hi. I'm trying to programmatically populate the listbox from a database and am getting an "Object Reference not set to an instance of an object error when I...
Hi... Thanks for the detailed information. What version of the framework is this? I would assume you're sure the dataset is in fact being populated, correct?...
The framework is 3.1. I just downloaded today. And the exact same code works with the builtin "DropDownList" control. I tried both your suggestion, both end in...