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 568 - 597 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
568
Hi, I am trying to populate an easy list box as follows: CommandText = "spSelSchedAnimPoly" Dim myCommand4 As New SqlCommand(CommandText, myConnection1) ...
scottetombleson
Offline Send Email
Feb 14, 2006
4:09 pm
569
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 =...
Ryan Olshan
teranetlists
Offline Send Email
Feb 14, 2006
4:26 pm
570
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@...
Send Email
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...
scottetombleson
Offline Send Email
Feb 14, 2006
5:18 pm
572
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...
scottetombleson
Offline Send Email
Feb 14, 2006
5:38 pm
573
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...
Peter Brunone
peter_brunone
Offline Send Email
Feb 14, 2006
5:57 pm
574
Scott, Could you post all the code (just the VB.NET <http://vb.net/> part, not the web form)? Thanks, Ryan ... -- Thank you, Ryan Olshan Website -...
Ryan Olshan
teranetlists
Offline Send Email
Feb 14, 2006
6:11 pm
575
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@...
Send Email
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...
scottetombleson
Offline Send Email
Feb 14, 2006
7:15 pm
577
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@...
Send Email
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...
Mallepalli Raghu
raghu_mallep...
Offline Send Email
Feb 14, 2006
8:48 pm
579
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@...
Send Email
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...
scottetombleson
Offline Send Email
Feb 14, 2006
9:14 pm
581
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...
Peter Brunone
peter_brunone
Offline Send Email
Feb 14, 2006
9:42 pm
582
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...
Abdul shaik
abdul_2008
Offline Send Email
Feb 14, 2006
11:40 pm
583
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...
Peter Brunone
peter_brunone
Offline Send Email
Feb 15, 2006
2:14 am
584
Yes.. Peter Brunone <peter.brunone@...> wrote: Hi Abdul. My apologies; sometimes feature requests can't be fulfilled right away, as much as I would...
Abdul shaik
abdul_2008
Offline Send Email
Feb 15, 2006
2:17 am
585
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...
d524120
Offline Send Email
Feb 16, 2006
2:02 pm
586
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@...
Send Email
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...
Dan Ransom
danransomd
Offline Send Email
Mar 1, 2006
3:41 pm
588
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...
Peter Brunone
peter_brunone
Offline Send Email
Mar 1, 2006
5:14 pm
589
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)...
Peter Brunone
peter_brunone
Offline Send Email
Mar 2, 2006
4:22 pm
590
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...
kvmso
Offline Send Email
Mar 2, 2006
4:25 pm
591
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...
Peter Brunone
peter_brunone
Offline Send Email
Mar 2, 2006
4:31 pm
592
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...
mvdipika
Offline Send Email
Mar 16, 2006
8:09 pm
593
Hi... Thanks for writing. Are you using AJAX in this scenario? What happens if you set UseUniqueID to False for your lists? Regards, Peter...
Peter Brunone
peter_brunone
Offline Send Email
Mar 16, 2006
8:32 pm
594
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,...
waynehornak
Offline Send Email
Mar 17, 2006
3:07 pm
595
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 ...
Peter Brunone
peter_brunone
Offline Send Email
Mar 17, 2006
3:48 pm
596
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...
waynehornak
Offline Send Email
Mar 17, 2006
5:34 pm
597
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:...
waynehornak
Offline Send Email
Mar 17, 2006
8:52 pm
Messages 568 - 597 of 1722   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