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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1270 - 1299 of 1724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1270
Hi Peter, I have an issue where when a user makes a selection, and the selection appears in the textbox, it is getting truncated. I have set the width and the...
atr_aaron
Offline
Sep 3, 2008
5:44 pm
1271
Hi Aaron, This sounds like an issue that was corrected with a recent Javascript update. Try downloading the newest file from the Support page --...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 4, 2008
3:37 am
1272
Hi Peter, I tried the new script but I am still getting the same result. It seems to chop off the selection somewhere around 18 characters or roughly the...
atr_aaron
Offline
Sep 4, 2008
8:05 pm
1273
Hi Aaron, Assuming that ELB is hitting the correct location, try clearing your browser cache. If that doesn't change anything, then is it possible that you...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 4, 2008
8:17 pm
1274
Hello everyone, I have an early version 4 beta for anyone who would like to test UpdatePanel compatibility with EasyListBox. If you want to give it a try,...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 8, 2008
7:54 pm
1275
If you've had any issues like truncated combobox text or deactivated controls underneath the dropdown section of your lists, then you might want to download...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 10, 2008
3:12 am
1276
Just a little note to let the loyal followers know that Version 4 is out. The major differences involve the upgrade to the .NET 2.0 framework, e.g....
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 10, 2008
10:42 am
1277
The new JavaScript cleared the issue right up. Thanks, Peter ... your browser cache. If that doesn't change anything, then is it possible that you have a...
atr_aaron
Offline
Sep 10, 2008
6:55 pm
1278
I am trying to use ClearSelection in version 4.0, but it doesn't seem to work with me. I have a DisplayField + EasyListBox inside a FormView which is placed in...
yasmineezzat
Offline Send Email
Sep 10, 2008
8:13 pm
1279
I restored the 3.5 version and tried the same scenario, easylistbox inside the formview and of course no updatepanel. Trying to clear selections on server side...
yasmineezzat
Offline Send Email
Sep 10, 2008
9:48 pm
1280
I am not sure if it would apply in this case but double check that the cancel button is either in the update pannel or triggers the update panel postpack....
atr_aaron
Offline
Sep 11, 2008
12:11 am
1281
Hi, I mentioned that the FormView is inside an UpdatePanel, and since the cancel button is inside the FormView so clicking it triggers a postback from inside...
yasmineezzat
Offline Send Email
Sep 11, 2008
8:23 am
1282
Has anyone gotten the following error on running a page with EasyListBox? Error in OnPreRender: System.MissingMemberException: Public member 'DataSourceMode'...
optexcorp2000
Online Now Send Email
Sep 11, 2008
9:37 pm
1283
Hi... It appears that you're using both ASP.NET no-code databinding and EasyListBox no-code databinding, and the control is getting confused (it's trying to...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 11, 2008
9:42 pm
1284
Hi Yasmine, It seems that there may be a small bug with the DisplayField inside an UpdatePanel, but that doesn't explain the fact that your selections...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 11, 2008
9:53 pm
1285
Thanks for the quick response Peter. Unfortunately that didn't work - still getting the same error. From: EasyListBox@yahoogroups.com...
Brad Lange
optexcorp2000
Online Now Send Email
Sep 11, 2008
9:57 pm
1286
Hi Brad, What does the code look like now (both the markup for the control and any code-behind that affects it)? ... From: "Brad Lange" <lange@...> ...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 11, 2008
10:03 pm
1287
Hi Peter, I think the bug is not with the DisplayField inside the UpdatePanel, it's with the DisplayField inside the FormView inside the UpdatePanel, coz I...
yasmineezzat
Offline Send Email
Sep 11, 2008
11:11 pm
1288
Hi Peter, When I set it up like this: <ELB:EasyListBox ID="EasyListBox1" runat="server" DataFilterField="AssetType" DataSourceID="SqlDataSourceAllAssets" ...
Brad Lange
optexcorp2000
Online Now Send Email
Sep 11, 2008
11:16 pm
1289
Hi Brad, Thanks for the extra detail. The last (third) example below should certainly show a server-side error since it's using both databinding methods, but...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 12, 2008
3:42 am
1290
Hi Peter, The DisplayMode didn't help, but I'm getting closer! I now have it set up as: <ELB:EasyListBox ID="EasyListBox1" runat="server" ...
Brad Lange
optexcorp2000
Online Now Send Email
Sep 12, 2008
4:13 am
1291
Hmmm. I'm sending you a file off-list; please confirm when you get it so I know it didn't get stuck in a filter somewhere. Cheers, Peter ... From: "Brad Lange"...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 12, 2008
4:31 am
1292
Hi, I am using ComboBox-Mode for selection of article-codes. Now I can read the string that is entered in the textfield using the SelectedText-attribute, but...
Michael Baas
mibaas
Offline Send Email
Sep 15, 2008
2:29 pm
1293
Hi Michael, The SelectedText property is read only, but you can always set the SelectedValue property. I'm not sure why you'd want to set the selection to a...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 15, 2008
2:34 pm
1294
Hi Peter, it's a combo-box, so I have implemented a choice that interprets any text as 'matchcode', so to say, so they could for example enter "47" and it...
Michael Baas
mibaas
Offline Send Email
Sep 15, 2008
3:17 pm
1295
Hmm... That's an interesting application. You learn something every day (or at least you hope that's the case)... SelectedValue *is* based on the value field,...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 15, 2008
3:25 pm
1296
Ah, that's what they call "the real life" ;) Unfortunately it doesn't behave exactly that way - or maybe i misunderstood something? I have entered the text...
Michael Baas
mibaas
Offline Send Email
Sep 15, 2008
4:09 pm
1297
Peter, in addition to that I also have a problem setting the SelectedValue - my assignment is accepted, but the dropdown (this time simple listbox, no combo)...
Michael Baas
mibaas
Offline Send Email
Sep 15, 2008
6:43 pm
1298
I may be a bit confused now. Let's take a concrete example that we can both see. Consider the page at http://easylistbox.com/demoComboSet.aspx : I have...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 15, 2008
6:46 pm
1299
If the selection doesn't exist, then it shouldn't (can't) show up as selected in a standard dropdownlist or listbox. ELB will still accept it, because...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 15, 2008
6:59 pm
Messages 1270 - 1299 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