Search the web
Sign In
New User? Sign Up
EasyListBox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 618 - 647 of 1726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
618
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...
d524120
Offline Send Email
Apr 1, 2006
12:21 pm
619
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@...
Send Email
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...
lob337
Offline Send Email
Apr 3, 2006
11:49 pm
621
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@...
Send Email
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...
Lee OBrien
lob337
Offline Send Email
Apr 4, 2006
1:43 am
623
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...
Kevin Roach
d524120
Offline Send Email
Apr 4, 2006
12:32 pm
624
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@...
Send Email
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...
Lee OBrien
lob337
Offline Send Email
Apr 5, 2006
1:13 am
626
Again, we seemed to have hit a similar issue. I named my EasyListBox EasyListBox1. In my rendered HTML page, I noticed that the id is called...
Kevin Roach
d524120
Offline Send Email
Apr 5, 2006
2:17 am
627
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...
Lee OBrien
lob337
Offline Send Email
Apr 5, 2006
5:29 pm
628
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@...
Send Email
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...
Lee OBrien
lob337
Offline Send Email
Apr 6, 2006
3:39 pm
630
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@...
Send Email
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...
davekuyon
Offline
Apr 6, 2006
4:43 pm
632
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
kvmso
Offline Send Email
Apr 7, 2006
8:03 pm
636
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@...
Send Email
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...
Luke Rogers
kvmso
Offline Send Email
Apr 7, 2006
9:27 pm
638
Glad to see your email Luke, I also had the same issue with 3.1. I had to go back to 3.0. I sent an email, but I have not heard back. I didn't send...
Kevin Roach
d524120
Offline Send Email
Apr 7, 2006
9:38 pm
639
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@...
Send Email
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 =...
Luke Rogers
kvmso
Offline Send Email
Apr 8, 2006
12:59 am
641
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@...
Send Email
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 ... ...
snostr
Offline Send Email
Apr 10, 2006
6:59 pm
643
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 Brunone
peter_brunone
Offline Send Email
Apr 11, 2006
3:05 am
644
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...
davekuyon
Offline
Apr 11, 2006
3:20 pm
645
hi peter the version i am using is the 3.1 ie firefox enhanced. this is the code i am using: '------------------------------------------------- dt =...
davekuyon
Offline
Apr 11, 2006
3:20 pm
646
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@...
Send Email
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. ...
snostr
Offline Send Email
Apr 18, 2006
6:27 pm
Messages 618 - 647 of 1726   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help