I purchased the EasyListBox and had a question. Is there a way to call a store procedure in SQL Server instead of the user actually entering the query in the...
Hi... Christopher, right? You can do this in one of two ways. First, you can assign SelectQuery and Connectionstring properties in code-behind, which allows...
EasyListBox.com
peter@...
Apr 1, 2006 4:18 pm
620
Peter, i am having a rather weird problem with the control. I dropped 2 regular dropdowns on the page along with 3 ELB's. Everything works fine. However i...
Hi. Thanks for the explanation and the sample file. I ran the code below (with a few hard-coded items) and saw nothing out of the ordinary. Can you supply...
EasyListBox.com
peter@...
Apr 4, 2006 1:06 am
622
1) windows 2k sp4 2) windows xp sp2/ IE 6 3) 1.1 thanks Peter Brunone <peter@...> wrote: Hi. Thanks for the explanation and the sample file. I ran...
I too have ran into this problem. I wrote it up, but it never got moved forward. I hate to say it, but I am glad I am not the only one who has seen this...
Thanks, Lee. A few more questions, and a request, if I may (Kevin, feel free to jump in here with additional info from your situation -- thanks): 1) The...
EasyListBox.com
peter@...
Apr 4, 2006 4:36 pm
625
1) I believe i am setting the selectedindex to 0 on original page load because the client wants it loaded with something displayed in it (not -1) 2) They are...
You're right it was EasyListBox13_dropList. However, it still wont let me give it focus via JS One thing to note i tried to make a simple demo but could not...
Hi Kevin/Lee, Actually, if you want to set focus to the ELB, I suggest calling ELB_focus(ctlID) (where ctlID is the ClientID of the EasyListBox control)....
EasyListBox.com
peter@...
Apr 5, 2006 7:54 pm
629
I got ELB_focus('EasyListBox3') to work. I have tried the followng on page load: Focus hyperlink1, Focus ELB, Focus DD1 Focus DD1, Focus hyperlink1, Focus...
That's a lot of focus. The root cause is still the most intriguing to me; can you post a link to the page that's doing this, or at least send the rendered HTML...
EasyListBox.com
peter@...
Apr 6, 2006 4:12 pm
631
hi, i just upgraded to version 3.1. i am having a problem in forefox trying to set selected value for a child multiselect dropdownlist. i.e for a databound elb...
Hi Barry, Is this ELB IE or ELB IE/FF? I'm guessing the latter, but it's better to be sure... Peter ... From: davekuyon <no_reply@yahoogroups.com> Sent:...
EasyListBox.com
peter@...
Apr 6, 2006 4:53 pm
633
Hi Barry, Is this ELB IE or ELB IE/FF? I'm guessing the latter, but it's better to be sure... Peter ... From: davekuyon <no_reply@yahoogroups.com> Sent:...
EasyListBox.com
peter@...
Apr 6, 2006 4:53 pm
634
Hi Barry, I've done some additional testing in Firefox 1.0.6 (admittedly with 3.1.2 which will be out soon), but I can't seem to reproduce this problem. Can...
EasyListBox.com
peter@...
Apr 7, 2006 2:02 am
635
I am trying to get this to work and I am having no luck. I am following everything in the help file and I still can't get it to work. I have tried many...
Hi Luke, Aside from the DOCTYPE declaration -- see the Installation section of the Help file about this -- everything looks fairly normal. What do you see...
EasyListBox.com
peter@...
Apr 7, 2006 8:14 pm
637
I didn't see the doctype issue so thanks for pointing that out. The box looks better right now but it still is not getting any data. I am including some...
I took your code and trimmed it a bit (removed the doctype, for example), but the part that made the difference was when I took out the loop through the...
EasyListBox.com
peter@...
Apr 8, 2006 12:48 am
640
Peter, I was pre-compiling my project and it came back with errors on the ELB_arrowButton.aspx page on this line: litMsg.Text =...
Okay, the Friday-brain has effectively taken over. Yes. You're absolutely right. If you use the arrow button file provided in the installation, your lists...
EasyListBox.com
peter@...
Apr 8, 2006 1:10 am
642
It's a script error. Not quite sure what is causing it. It's in IE (obviously) with the single web site version of ELB. ... Microsoft Internet Explorer ... ...
Good catch. You found a debug statement in the JS. This was present in the autogenerated file, but not in the one provided in the installer. This problem has...
Peter, I downloaded version 3.1.2 and it seems to select values correctly in firefox now. However in firefox the elb controls render with a horizontal...
hi peter the version i am using is the 3.1 ie firefox enhanced. this is the code i am using: '------------------------------------------------- dt =...
Hi Barry, This is an issue with the way Mozilla implements overflow -- that is, you can't set overflow-x and overflow-y independently. I'm not convinced that...
EasyListBox.com
peter@...
Apr 11, 2006 5:09 pm
647
The selection mode on my listbox is set to single, and yet if I select one item and then select a second, the first remains highlighted no matter what I do. ...