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 1047 - 1076 of 1727   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1047
Hi there, I have a form with to ELBs The first has 7 entries The second 88 (approx) aspx definition: <ELB:EasyListBox ID="ELBEmployees" runat="server" ...
alexander.potter
alexander.po...
Offline Send Email
May 1, 2007
11:16 am
1048
Hi Alex, Thanks for the detailed report. Which version of IE is this? Also, would it be possible to get a link to this page, or just the rendered HTML from...
Peter Brunone
peter@...
Send Email
May 1, 2007
2:29 pm
1049
Good morning Peter, The IE version is 6.0.2900.2180.xpsp_sp2_qfe.070227-2300 (seems alittle long winded) I striped down the page and sent the source to...
alexander.potter
alexander.po...
Offline Send Email
May 1, 2007
3:05 pm
1050
Thanks, Alex; I'll look out for it. One question: are you actually selecting the items anywhere in code? It seems from your first message that you're not,...
Peter Brunone
peter_brunone
Offline Send Email
May 1, 2007
3:17 pm
1051
So, I sent a complete page to Bugs@ Yes I do a select in the page load... It turns out the the error can be reproduced by just fiddling with 1 control. When...
alexander.potter
alexander.po...
Offline Send Email
May 1, 2007
3:37 pm
1052
Got the page; thanks. It looks like the problem lies with using SelectedIndex. If you use SelectedValue to set the selection, the page works correctly. Thanks...
Peter Brunone (EasyLi...
peter@...
Send Email
May 1, 2007
4:01 pm
1053
I just bought this today. but...... I cannot use datasource property, and you do not support the datasourceid. in the aspx page. How do I do this in the...
timgapinski
Offline Send Email
May 2, 2007
2:31 am
1054
I tried dim easyLB as EasyListBox = but intellisense does not recognize EasyListBox ??...
timgapinski
Offline Send Email
May 2, 2007
2:31 am
1055
Hi Tim, Why can't you use the datasource property? Is that a project requirement? It seems unusual since this has been the de facto standard for .NET since...
Peter Brunone (EasyLi...
peter@...
Send Email
May 2, 2007
2:44 am
1056
How are you adding this control to the page? Normally if you add ELB to the toolbar and then drag it on to the page, all the references will be set up...
Peter Brunone (EasyLi...
peter@...
Send Email
May 2, 2007
2:45 am
1057
Hi there, When I alert ELB_GetValue(ListID); from within the js OnChange function (Multiselect) the values appear as ,v1,v2,v5, but the following...
alexander.potter
alexander.po...
Offline Send Email
May 2, 2007
6:24 am
1058
Hi Alex, Re. the first question, that is expected behavior; look for an updated GetValue function in the next release that keeps this formatting behind the...
Peter Brunone (EasyLi...
peter@...
Send Email
May 3, 2007
12:11 pm
1059
Hi there Peter, 1) Looking forword to it! 2) Done! Thanks ... updated GetValue function in the next release that keeps this formatting behind the scenes. ... ...
alexander.potter
alexander.po...
Offline Send Email
May 4, 2007
1:52 am
1060
Well this is the error I am getting. Server Error in '/KSMOfficeMap' Application. ... Parser Error Description: An error occurred during the parsing of a...
timgapinski
Offline Send Email
May 4, 2007
7:21 pm
1061
Hi Tim, Thanks for the detailed error message (and code). Here are your options: 1) Use conventional ASP.NET databinding, as illustrated in the EasyListBox...
Peter Brunone (EasyLi...
peter@...
Send Email
May 4, 2007
8:06 pm
1062
I am the owner of www.eVelvetRope.com I just upgraded to IE7 and the dropdowns no longer work. I have a feeling that there is something wrong with the AJAX...
mahiakpor
Offline Send Email
May 13, 2007
3:16 am
1063
Never mind. I downloaded the latest .js file and things are fine now. Thanks -m ... RollBGColor="white"...
mahiakpor
Offline Send Email
May 13, 2007
3:36 am
1064
I'm trying to create a thumbnail within the listbox by using this code: <img src="http://localhost/CreateThumbnail.aspx?image=test.jpg" A straight image...
rapidexposure
Offline Send Email
May 14, 2007
4:23 am
1065
Hi Geri, Can you provide the exact code (in context) that you're using for each situation (both the dynamic image and the static link)? It would also be good...
Peter Brunone (EasyLi...
peter@...
Send Email
May 14, 2007
2:32 pm
1066
Hi Peter. When clicking on the submit button on my page I can get access to the easy list box selected values in the code behind, through ...
mj2002x
Offline
May 18, 2007
5:27 pm
1067
Hi. EasyListBox has a read-only Items property that returns a DataTable containing all the items in your list. You can select, filter, sort... anything that...
Peter Brunone (EasyLi...
peter@...
Send Email
May 18, 2007
5:43 pm
1068
Hello, I am having a problem using the DropDown in asp.net 2.0 that might confuse my users, and I'm wondering if there is a workaround for this problem. When a...
Rick Hess
rhess22
Offline Send Email
May 29, 2007
6:11 pm
1069
Hi Rick, Would it be possible to get a bit more information about this problem? Had you previously used ELB in ASP.NET 1.x with different results? Is it...
Peter Brunone (EasyLi...
peter@...
Send Email
May 29, 2007
7:01 pm
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
Messages 1047 - 1076 of 1727   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