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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 544 - 573 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
544
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)...
malletttarik
Offline Send Email
Jan 3, 2006
11:51 am
545
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@...
Send Email
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...
Tarik Mallett
malletttarik
Offline Send Email
Jan 3, 2006
11:36 pm
547
Hi Tarik, Thanks for the code; actually, I was thinking that you were using the new Validator support in ELB 3.0 (as in the example at ...
Peter Brunone
peter_brunone
Offline Send Email
Jan 4, 2006
12:23 am
548
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....
judywaydh
Offline Send Email
Jan 13, 2006
3:48 pm
549
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...
Peter Brunone
peter_brunone
Offline Send Email
Jan 13, 2006
10:33 pm
550
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...
Harry
drone1k
Offline Send Email
Jan 18, 2006
2:09 pm
551
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...
Harry
drone1k
Offline Send Email
Jan 18, 2006
2:10 pm
552
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....
Harry
drone1k
Offline Send Email
Jan 18, 2006
2:10 pm
553
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 ,...
Harry
drone1k
Offline Send Email
Jan 18, 2006
2:10 pm
554
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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. ...
Harry
drone1k
Offline Send Email
Jan 18, 2006
6:35 pm
559
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...
jzalewski.rm
Offline Send Email
Jan 19, 2006
1:26 am
560
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,...
Harry
drone1k
Offline Send Email
Jan 19, 2006
4:09 am
561
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@...
Send Email
Jan 19, 2006
4:34 am
562
Does this have to be done through javascript or is there an easy method?...
wallacetmac
Offline Send Email
Jan 19, 2006
7:32 pm
563
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...
abdul_2008
Offline Send Email
Jan 20, 2006
7:26 am
564
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...
Abdul shaik
abdul_2008
Offline Send Email
Jan 20, 2006
2:17 pm
565
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@...
Send Email
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@...
Send Email
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...
Peter Brunone
peter_brunone
Offline Send Email
Jan 23, 2006
8:31 pm
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
Messages 544 - 573 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