Hi, I am trying to populate an easy list box as follows: CommandText = "spSelSchedAnimPoly" Dim myCommand4 As New SqlCommand(CommandText, myConnection1) ...
You should close your connection. The problem may be caused by what comes after the last line in the code you provided. Try the following: Try CommandText =...
Hi Scott, Thanks for posting. Also, thanks to Ryan for beating me to the punch here; it's always good to know we have willing folks ready to step in. I...
EasyListBox.com
peter@...
Feb 14, 2006 4:59 pm
571
Hi Ryan, Thanks for your help but no go. I did try specifically closing the connection even before your suggestion and it did not work. (I also did it again...
OK Closer. The page draws without an error, but I have no data in the list box except the items that I specifically add. I know that this SP returns data...
One other thing: it's possible that there is an error in your databinding code, which could throw off the connection's automatic close action. I noticed that...
What happens if you set the following: DropDownList4.ErrorRenderMode = DebugType.RenderVisibleErrors (this is a newer property and will be set to visible by...
EasyListBox.com
peter@...
Feb 14, 2006 7:04 pm
576
BINGO. That did it. Now next question..... My list can have up to 5000 items and with only 3700 it is S....L....O....W..... It takes a few seconds to respond...
Okay... what are you using for DisplayMode? If you go with Combo, you can set UseAjax=True and the records will load from the server as needed. Peter From:...
EasyListBox.com
peter@...
Feb 14, 2006 8:17 pm
578
I am easy list box to be able to select multiple items. As we select multiple items it adds the comma separated values of the selected items. That part is...
Hi Raghu, To make your list behave like the demo at http://easylistbox.com/demoMultiDropDown.aspx , simply set the ClipHead property to True. Cheers, Peter ......
EasyListBox.com
peter@...
Feb 14, 2006 9:11 pm
580
That is super cool.... Not sure if i should bump this up to another thread..... Is there a way to combine the functionality? Can a user click the arrow and...
Bumped :) ... Thanks! Have you seen the multi-select related lists? ... "See all results" might be a bit undesirable, unless there's an option to turn that on...
Hi Peter: No update from you so far on the issue I asked. Its been too long..... Peter Brunone <peter.brunone@...> wrote: Bumped :) ... Thanks! Have you...
Hi Abdul. My apologies; sometimes feature requests can't be fulfilled right away, as much as I would like to be able to do so. Is your yahoo address still...
This seems to be strange behavior. If I have 1 or more EasyListBoxes on a page, the text boxes/HyperLinks can not gain focus until AFTER the EasyListBox has...
Hmmm... that IS strange behavior. Good time to hit it, though, since 3.1 is almost ready to roll. Do you have a link where you can show this in action? ...
EasyListBox.com
peter@...
Feb 16, 2006 3:24 pm
587
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:...