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 1070 - 1099 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1070
Pardon the strange post to the group; I wasn't sure if my mails were getting spamblocked by a user's server. Panayotis, if you get this, please let me know. ...
peter_brunone
Offline Send Email
Jun 21, 2007
3:46 pm
1071
I was experiencing a similar error. Really strange things were happening such as data in the list boxes not refreshing. Then got me thinking about caching. ...
mj2002x
Offline
Jun 21, 2007
11:22 pm
1072
Hi Peter - Can I use Client side JS to get the values from the ELB? Since it is not the regular drop down, I can't use the DOM directly as I would for a drop...
Hersh
neoishere2party
Offline Send Email
Jul 2, 2007
4:46 pm
1073
Hi Hersh, If you look in the Client Functions section of the Help docs, you'll see a number of these functions documented. Specifically, you'll probably want...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 2, 2007
5:03 pm
1074
Thanks Peter! I was looking under EasyListBox in the help file - should have seen the 'client functions' at the top level - duh! I was trying to avoid doing it...
Hersh
neoishere2party
Offline Send Email
Jul 2, 2007
5:13 pm
1075
Allrighty then; let me know how it goes. One tip for server-side work: use the Item method with a value parameter, and then grab the Text property of the...
Peter Brunone
peter_brunone
Offline Send Email
Jul 2, 2007
5:21 pm
1076
Hi Peter, I am using Easylistbox combo licensed copy. But my combois showing the &#8216;Easylistbox.com&#8217; logo on it. But it should not bethere if have...
Mahmud Ali Alamgir
ali_alamgir
Offline Send Email
Jul 4, 2007
9:13 pm
1077
Hi Mahmud, It sounds like you're still using the EasyListBox.dll from the trial version installation. I suggest completely uninstalling the trial, then...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 4, 2007
9:18 pm
1078
I see a lot of posts on the release of an XMTHML compliant release, but I haven't found an ETA. Does anyone know of one?...
cecilraycossey
Offline Send Email
Jul 17, 2007
3:31 pm
1079
Hi Cecil, Thanks for dropping in. The current plan is to have a beta out in the next week-ish, with a full release no later than mid-August. There are a...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 17, 2007
3:46 pm
1080
I am currently evaluating your multiselect tool and I have a question. Can I make the assumption that when retrieving in client script using ELB_GetValue...
medventivemike
Offline Send Email
Jul 25, 2007
5:53 pm
1081
Hi Mike, Yes, you can make that assumption. The last item to be selected is appended to the end of the list of values, even though the tooltip (and display...
Peter Brunone
peter_brunone
Offline Send Email
Jul 25, 2007
6:10 pm
1082
Do you have any known AJAX wrappers that work with your EasyListBox? I can't seem to get the dropdown to update under an AJAXED environment. I've tried...
medventivemike
Offline Send Email
Jul 30, 2007
2:45 pm
1083
Hi Mike, Just to be clear, are you trying to change the datasource on an actual page postback, or via the ajax wrapper? The reason I'm asking is because...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 30, 2007
3:12 pm
1084
I'm trying to change the datasource on the postback. My function returns a datatable. ... actual page postback, or via the ajax wrapper? The reason I'm asking...
medventivemike
Offline Send Email
Jul 30, 2007
3:33 pm
1085
Okay. Just so I'm sure I understand, you're saying that you can load the datasource originally, but you can't change the datasource successfully on postback? ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 30, 2007
5:24 pm
1086
Hi gang, The XHTML-compatible ELB is getting ready for release. If anyone would like to try it out, let me know and I'll get you a download link. The plan is...
peter_brunone
Offline Send Email
Jul 31, 2007
6:40 am
1087
Yes. I load the datasource (a datatable) in the load, but when I change the datasource (a different datatable) in the postback. It is not updated. ... load...
medventivemike
Offline Send Email
Jul 31, 2007
2:19 pm
1088
That's very strange. If you've already cleared the ELB, then there should be no items at all. What happens if you set the list's CacheData property to false?...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 31, 2007
8:22 pm
1089
If so, ping me and I'll answer back with a download link. Your feedback is most appreciated! Cheers, Peter...
Peter Brunone (EasyLi...
peter@...
Send Email
Aug 2, 2007
4:14 pm
1090
Yes please! Thanks! George _____ From: EasyListBox@yahoogroups.com [mailto:EasyListBox@yahoogroups.com] On Behalf Of Peter Brunone (EasyListBox.com) Sent: 02...
George Stylli
g_stylli
Offline Send Email
Aug 2, 2007
7:41 pm
1091
hello. I was looking this question also but I want to run code on the serverside using OnChange how would do that? i want to grab the value that has the...
morris4321
Offline Send Email
Aug 8, 2007
3:42 pm
1092
I already answered this offlist, I figured a public post would be good for closure. The server event you want is called OnSelectionChanged. Once you hook up a...
Peter Brunone
peter_brunone
Offline Send Email
Aug 9, 2007
7:12 pm
1093
I have a page where users can upload images. After each upload the image is stored to an image directory and a row is added to the database. The images are...
rapidexposure
Offline Send Email
Aug 9, 2007
10:51 pm
1094
Hi, I found the AllValues() method and it works great for what I needed. If it helps I change the code from my last post to this: protected void...
rapidexposure
Offline Send Email
Aug 10, 2007
12:35 am
1095
Excellent; thanks for the update. Sorry I didn't get to you first, but it looks like you're all set. As you've no doubt discovered, the items of a swapper...
Peter Brunone (EasyLi...
peter@...
Send Email
Aug 10, 2007
2:47 am
1096
XHTML support is finally here! http://easylistbox.com Cheers, Peter...
Peter Brunone
peter_brunone
Offline Send Email
Aug 14, 2007
8:06 am
1097
Hello. I've just purchased & downloaded the most current version of ELB. I'm having a problem getting the combo box to display correctly in IE7. You can see...
rlbsolutions
Offline Send Email
Aug 16, 2007
3:14 pm
1098
Hi Lee, Can you send me either (a) a link to the page, or (b) the rendered HTML from the browser? You can reach me offlist at peter at easylistbox dot com. ...
Peter Brunone (EasyLi...
peter@...
Send Email
Aug 16, 2007
3:24 pm
1099
Never mind that last request. I've found the problem and will be sending you an updated Javascript file offlist. Peter ... From: "rlbsolutions"...
Peter Brunone (EasyLi...
peter@...
Send Email
Aug 16, 2007
3:45 pm
Messages 1070 - 1099 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