Hi all, I have two dependent lists accepting multiple values. Has anyone an easy way to validate that an option other than the default (Please Choose Item)...
Hi Tarik, Can you show us the code (or a link)? Happy 2006, Peter ... From: "malletttarik" <iparty@...> Sent: Tuesday, January 03, 2006 4:52 AM To:...
EasyListBox.com
peter@...
Jan 3, 2006 5:31 pm
546
Hi Peter, Happy 2006 to you. I had tried working with the OnChange solution for validation as discussed in the Yahoo Group. However I could not get this to...
I've installed the new .dll file in my project \bin directory and imported the elb_arrowbutton.aspx and elbscriptIE56.js files into my Visual studio project....
Hi Judy, You may need to delete the reference (on the right side, under Project->References) and then add it again to the new DLL. Another method would be to...
I saw that when I go back to a page that has the ELB in multiselect mode that the items I selected last time are reselected. Though that is a great feature I...
I have a need to change the comma delimiter that is used in the multiselect list to another item. We have data that is being bound to the list that uses...
I have been asked by my mgmt team if we can get ELB to look more like the standard DDL in .Net. They noticed that it is close, but not exactly like it....
I have seen on repeated occassions that when I have a page reload all values in ELB ( in multiselect mode ) are missing and the only item present is ,...
Hi Harry, You'll probably want to set CookieMemory to False. If you still see the selections, make sure your pages aren't somehow being cached without your...
EasyListBox.com
peter@...
Jan 18, 2006 5:09 pm
555
That would greatly depend on how the list is populated, how it is reloaded (strict reload, postback, or just returning to the page), and what else is going on....
EasyListBox.com
peter@...
Jan 18, 2006 5:11 pm
556
Do they want XP, or "Classic" Windows style? There is an image file included with the samples that you can use to emulate the XP arrow button. If that's not...
EasyListBox.com
peter@...
Jan 18, 2006 5:31 pm
557
Actually that's a new feature in 3.1, but since your date of purchase qualifies you for the free version 3 upgrade, I can get you an advance build of 3.1 in...
EasyListBox.com
peter@...
Jan 18, 2006 6:14 pm
558
This occurs in a postback state. Here is the whole process. The page loads and the listbox has data loaded to it from a DB view, in this case a State list. ...
Needed a type ahead combo box and tried pretty much all of them, with no success getting them to work right with VS2005 and .net 2.0. EasyListBox works...
Thanks Peter. I found the image and used the ArrowButtonFileName property to get it set. ... to emulate the XP arrow button. If that's not what you're after,...
Hi John, Thanks for stopping by. Last question first, if I may: Visual Studio is geared toward the code-behind model and when you load a random page with...
EasyListBox.com
peter@...
Jan 19, 2006 4:34 am
562
Does this have to be done through javascript or is there an easy method?...
Hi: I am trying to use EasyListcontrol inside the Datagrid control. is it possible, i am getting error message. here is my sample code <asp:datagrid...
Hi peter: I am tring to use EasyListbox control inside the datagrid, but getting error message, i appreicated if some one can help me out. I am not sure...
Hi Abdul, My apologies for the slow response time; it's been a rough week. Thank you for the detailed code and error information. The thing about working with...
EasyListBox.com
peter@...
Jan 20, 2006 11:09 pm
566
I answered this for Trent in an off-list exchange, but if anyone else is wondering, there is an undocumented Javascript function called ELB_SelectAll that...
EasyListBox.com
peter@...
Jan 20, 2006 11:50 pm
567
I've been trying to reach you off-list but it seems my messages aren't getting through. I've sent another from my Gmail account; please advise as to whether...
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...