I tried to run a few tests and I believe that what I'm experiencing is a behavior of the control. I noticed that if I want to make a simple form using a...
I just submitted another post earlier, but it has not been approved by the moderator. In the meantime, I looked at the HTML source created and noticed that the...
Hi George, Thanks for the post. Currently, ELB renders as a block element due to the rich HTML content in the control. This requires either absolute...
Peter Brunone (EasyLi...
peter@...
Dec 3, 2007 3:05 pm
1154
Actually, it's not the table structure, but the surrounding block elements (div tags in this case) that cause the block (or "next line") behavior. At this...
Peter Brunone (EasyLi...
peter@...
Dec 3, 2007 4:36 pm
1155
Does the new ELB not work inside of an AJAX Update Panel? I thought that was one of the main enhancements to version 3.5....
Peter, Thanks for the response and explanation. I think I can work around the positioning issue. The width issue was something I was doing wrong. I noticed...
Hi Cecil, The UpdatePanel feature was put off because it would require some unorthodox coding in the .NET 1 environment. A minor release (the first one built...
Peter Brunone (EasyLi...
peter@...
Dec 5, 2007 2:20 pm
1158
Hi, We are redesigning one of our websites and I am having trouble moving the ELB control over to the new sight. In our current site the control works...
Hi Tom, Which version of EasyListBox are you using? There have been a couple of upgrades in the past year, the most notable of which was XHTML compatibility....
Peter Brunone (EasyLi...
peter@...
Dec 6, 2007 5:11 pm
1160
I've noticed that I cannot Use Ajax with CacheData set to false. I've worked around this by .Clear()-ing the data when the page loads. The problem I have is...
Hi Joel, If your app has constantly changing user data, then the built-in caching probably won't work for you. Instead, you'll probably want to use an...
Peter Brunone (EasyLi...
peter@...
Dec 19, 2007 7:25 pm
1162
I'm new to ELB and I'm noticing that my OnSelectionChagned server side event is firing before my Page Load. Is that normal? If so, what is the rationale? It...
Hi bdoc7, My apologies for letting this message slip. In a nutshell, this is most likely a life-cycle difference between ASP.NET versions. ELB was built on...
Peter Brunone (EasyLi...
peter@...
Feb 4, 2008 4:25 pm
1164
I'm using ELB with the multiselect dropdown functionality and I'm experiencing some rendering problems on IE and Firefox. IE renders visually fine, but when a...
Is this a registered version or the trial download? The latter only renders a standard dropdown/listbox in Firefox. As for the IE issue, this may be a...
Peter Brunone (EasyLi...
peter@...
Feb 5, 2008 6:37 pm
1166
Hi Peter, thanks for your answer. It is the registered version. About the JS file please be my guest, if it makes it work it would be great. I've read many...
Hello all, I was hoping to get some help with ELB positioning when used with .NET's modalpopup AJAX control (from the AJAXControlToolkit). I downloaded the...
Hi skmed, Would it be possible to get the rendered HTML (View Source) from the browser when this thing runs? You can send it directly to me if you like, peter...
Peter Brunone (EasyLi...
peter@...
Feb 8, 2008 3:19 pm
1169
Hi all. I'm attempting to get an AJAX-enabled ELB into my application, but no matter what I try it is always the same result: no results are entered into the...
I neglected to mention the following in my previous post: Web browser is IE 7 Operating system is Windows XP service pack 2 Web server is ASP.NET 2.0.5 No...
I have a form with an easy list box, set to multi-select dropdown with checkboxes. There is also a submit button on the form that refreshes data according to...
Hola, spoja... This is a bit unusual. It's possible that the stub file that returns your data isn't in the right place. Try this: 1) open up the rendered...
Peter Brunone (EasyLi...
peter@...
Feb 8, 2008 5:00 pm
1173
Greetings, Count... I haven't been able to reproduce this issue. Can you tell me a bit more about the environment? Browser make/version, client OS, any...
Peter Brunone (EasyLi...
peter@...
Feb 8, 2008 8:30 pm
1174
Hey guys, I'm having an issue with the drop down portion of an elb dropdownlist. in IE6 - after droping down the container once all subsequent attempts to...
Hi Sean, I seem to be asking this a lot lately, but would it be possible to see either (a) the page in action or (b) the rendered HTML? It sounds like there...
Peter Brunone (EasyLi...
peter@...
Feb 9, 2008 2:05 am
1176
Peter, Your powers of prophecy are astounding, I did indeed get an error: Error generating listbox arrow: System.ArgumentException: Parameter is not valid. at ...
Thanks Peter, you were correct on the centering issue. I have a work around for the Popunder in IE6, I 've moved those controls to the bottom row of filter...
Okay, I'm going to ask you to do something a little crazy here. Open the ELBScriptIE56.js file and do a search for "extreme debugging". Once you find that...
Peter Brunone (EasyLi...
peter@...
Feb 13, 2008 2:42 am
1179
Hi Sean, It looks like the "other controls" in this case were regular HTML dropdowns, which may explain part of the pop-under issue. The question remains as...
Peter Brunone (EasyLi...
peter@...
Feb 13, 2008 2:48 am
1180
Strangely enough I actually got the exact output from the query, which should have rendered in the drop-down component of the listbox. I take it that this...