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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 947 - 976 of 1724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
947
I've got a number of list boxes and per your instructions, I've not included the loading process in an !IsPostback block. However, this is presenting...
wsaharem
Offline
Jan 2, 2007
2:45 am
948
Hi Bill, Thanks for the question; this will be brief, but hopefully I'll be able to flesh it out more later. First off, there is no problem with putting the...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 4, 2007
6:02 pm
949
I have a Multi-select Dropdown. I want to be able to enable/disable it with client-side javascript. I also want to change the appearance to be greyed-out. ...
Darren
dwoood
Offline Send Email
Jan 10, 2007
1:58 am
950
Hi Darren, It just so happens that there are some new functions for that. I went ahead and added them to the IE7 Javascript file that you can download from...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 10, 2007
5:45 am
951
Hi Peter - We're seeing this issue again. It happens occasionally. I've gathered a bit more information about it: We have several ELB's in the form, each ELB...
Dan Herzog
danherzog1
Online Now Send Email
Jan 12, 2007
2:46 pm
952
Hi Dan, Is this different from the issue you described previously in this thread? Off the top of my head, this sounds like a data caching issue. Assuming...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 12, 2007
5:11 pm
953
This is the same issue, I just have better information about it now... We're not using AJAX. When I tried setting CacheData to False on all the ELB's, every...
Dan Herzog
danherzog1
Online Now Send Email
Jan 12, 2007
6:31 pm
954
What if you remove the If Not IsPostBack check from your databinding code (assuming that's where it is)? The selections should persist even if you bind the...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 12, 2007
7:10 pm
955
Hi All, I'm using 2 ELB dropdown list within a navigation Usercontrol that is on an aspx page. The parent/child relationship works fine, both DDL's load...
c_tarpinian
Online Now Send Email
Jan 12, 2007
9:50 pm
956
Hi Craig, It would appear that your child list is missing a DataFilterField assignment. Most likely, you want to set DataFilterField="USER_GROUP_ID" (don't...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 12, 2007
10:35 pm
957
Hi, I've been using Easylistbox for a while now and its great. But I have a question. If I do a postback on the page, the selected item in the listbox is ...
OSIRIS1
Offline
Jan 17, 2007
4:55 pm
958
Huh... that's an interesting thought. I wonder why nobody's ever brought it up before. Suggestion 1: set the little-known (and undocumented) FloatSelections...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 17, 2007
9:02 pm
959
Peter - Sorry for the delayed response - I've been out sick. The databinding takes place in multiple spots in the code (mainly because the items bound depend...
Dan Herzog
danherzog1
Online Now Send Email
Jan 17, 2007
9:44 pm
960
Hi Dan, Welcome back! Would it be possible to try just a couple of these to see whether those few ever lose their data again? Also -- and forgive me if I've...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 19, 2007
3:41 pm
961
I'll give rebinding a shot on a couple of them and report back. In the meantime, here's a few common characteristics of the ELB's: They all live within a...
Dan Herzog
danherzog1
Online Now Send Email
Jan 19, 2007
10:37 pm
962
Hi All, I need a bit of help with the following code: I normally select/set and loop through an asp.net listbox as such: cboTopic.DataSource() = reader ...
c_tarpinian
Online Now Send Email
Jan 23, 2007
2:50 am
963
Hi Craig, For a single-select ELB, you can simply set the SelectedValue property to the value of the selected item, e.g. cboTopic.SelectedValue= "item4" In...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 23, 2007
4:42 am
964
Hi Peter - Rebinding is working. What I ended up doing was first checking if there are any items in the ELB, and if not, rebind the data. Example: if...
Dan Herzog
danherzog1
Online Now Send Email
Jan 27, 2007
12:56 am
965
Dan, Thanks for the update. If you don't mind, I'd love to have a copy of the code -- as well as the rendered HTML -- for one or more of these. If nothing...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 27, 2007
6:46 am
966
HI all I've really struggled with this control..Don't know what I am doing wrong..So here goes...Again. 2 list Parent and Child ...embedded in a user control...
c_tarpinian
Online Now Send Email
Jan 28, 2007
6:06 pm
967
Hi All, Upon further invetigation of not being able to refresh the child list,(I keep getting the first value that was loaded into the child list on Not...
c_tarpinian
Online Now Send Email
Jan 28, 2007
7:02 pm
968
Hi Craig, Off the top of my head I'm not sure (I'll check up on this tomorrow), but would it be acceptable -- at least as a temporary measure -- to use the...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 29, 2007
2:12 am
969
Craig, Assuming the later message didn't trump this one (because the issues seem different; this looks like you're saying that the child list just won't...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 29, 2007
2:26 am
970
Hi, All I select a group in the first list box, then click a checkbox for some user in the second box, the user I select gets populated to where the Promp text...
c_tarpinian
Online Now Send Email
Jan 29, 2007
10:24 am
971
Hi Craig, Thanks for the code; would it be possible to see all relevant portions of the codebehind (or inline script), along with where they're called in your...
Peter Brunone (EasyLi...
peter@...
Send Email
Jan 29, 2007
3:49 pm
972
Hello, My settings are below. Initially, everything works no problem, when I select an item though, and it does a postback, it will stop working. If i reload...
keaja2
Offline Send Email
Feb 17, 2007
6:00 pm
973
You may have come across a filtering bug with ELB's ajax implementation (fixed in the upcoming release). What happens if you call jobNumberText.Clear() in the...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 18, 2007
5:32 am
974
A have some DropDown EasyListBoxes placed one under anoter - like property list. And I placed them in to container like div with width=500 and height=100 and...
gkorobkov
Offline Send Email
Mar 6, 2007
9:35 pm
975
Hi George, Just to confirm: this looks like a message similar to the one we resolved last week. Is that correct? Cheers, Peter ... From: "gkorobkov"...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 6, 2007
9:53 pm
976
Hi, When I set USEAJAX to true my combo box won't populate and I get a javascript error that says "object doesn't support this property or method". Is there...
ditchoff
Offline
Mar 21, 2007
3:21 am
Messages 947 - 976 of 1724   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