Peter, I've worked on changing the order in the selections and am now where you are. (a) is working (b) is not. Have you had any joy with getting the ...
Thanks for the extra testing info and confirmation. Version 3 (with rendering for Firefox) is slated for late September, although it may be October before the...
Peter Brunone (EasyLi...
peter@...
Jul 6, 2005 4:31 am
395
Peter, I have to make a call whether to include your control in an upcoming release (2/3 weeks) which will have to support FireFox enough to allow it to work. ...
Peter, On a different note that is not necessarily a fault of your control. It has to do with data integrity. Say i save three values from a listbox (multi). ...
Colum, I'm quite certain that we will have a workaround sometime next week. Contact me off-list if you'd like to get something early for testing purposes. ...
Peter Brunone (EasyLi...
peter@...
Jul 7, 2005 4:17 pm
398
Peter, No sweat. Came up with a workaround myself, of sorts. I do a check in code behind with Request.Browser.Type and if Firefox i use my old controls and ...
I'm having trouble building a demo for a project I am working on. EasyListBox seems perfect for the task. I need two EasyListBoxes dynamically generated from...
Hi Kevin, From your description, it sounds like you could do this pretty easily with two queries as follows: Parent list: <ELB:EasyListBox id="elbColors"...
Peter Brunone (EasyLi...
peter@...
Jul 11, 2005 10:04 pm
401
Peter, Things are going well with your listboxes, getting down to the look and feel. I have a dropdown for States of America. When i select a state it gets it...
Hi Colum, That's a new one to me. Do you have a link where I could see this behavior? If not, is it possible that your background and text colors are set to...
Peter Brunone (EasyLi...
peter@...
Jul 13, 2005 4:55 pm
403
Peter, Do i feel like an eegit. In my stylesheet the class i used had background set to White. You got that nail on the head! No bother on the reduced...
Hi Peter, Great! So far it's working perfectly. I have a couple cosmetic questions. Is it possible to add "Select Color" to the beginning of the dropdownlist? ...
Hi Kevin, ... Yes; use the PromptText property for this. If you want to duplicate the Windows XP look, set the colors you like with the ArrowColor and...
Peter Brunone (EasyLi...
peter@...
Jul 13, 2005 7:57 pm
406
Hi Peter, Thanks for your help. Everything is working as needed. Where can I find a list of all the properties available? I would like to continue to tinker...
Hi Kevin, The properties, methods, etc. are listed in the Help file which is available from the Start->Programs->EasyListBox menu after you install the product...
Peter Brunone (EasyLi...
peter@...
Jul 13, 2005 9:13 pm
408
Hi Peter, I have a new question. How can I add a URL String variable to the ELB selectquery property? I have tried this but I get a "server tag is not well...
Hi Kevin, The most straightforward way to do that would probably be to pull the database information out of the server tag and assign it in your Page_Load...
Peter Brunone (EasyLi...
peter@...
Jul 13, 2005 11:45 pm
410
Hello Peter, I was able to get everything working with the trial component but once I purchased and installed the full version I am having trouble persisting...
Hi Kevin, There shouldn't be any changes in syntax. Just to be sure, you'll want to make sure that the javascript file(s) get(s) replaced, but everything...
Peter Brunone (EasyLi...
peter@...
Jul 14, 2005 2:20 am
412
Hi Peter, I found my error. I changed the property MaintainState="False". Once I removed the setting everything worked again. I changed the setting so that...
Kevin, Do you mean reset to a programmatically-determined value, or to the value the user selected, or something else? If you can, a bit of code might be...
Peter Brunone (EasyLi...
peter@...
Jul 14, 2005 3:07 am
414
Hi Peter, Final two questions. Demo URL for your reference. http://www.scrubsandbeyond.com/new_product.aspx? ProductID=1025&CategoryID=0 You mentioned there is...
Hi Kevin, Is there an ELB on that page? I see two regular select elements; I'm assuming this is the old code. That JS again would look something like this: ...
Peter Brunone (EasyLi...
peter@...
Jul 15, 2005 5:30 am
416
Hi Peter, I'm having trouble getting the javascript to resize the dropdownlist. Could you take a quick look and let me know if I have made a silly error? This...
Hi Kevin, Two things to clear this up. One, it looks like you need to set the explicit type of overflow (in this case, overflowY). Two, the script should be...
Peter Brunone (EasyLi...
peter@...
Jul 15, 2005 2:38 pm
418
Hey Guys, I have an easylistbox control that is populated dynamically in code with query results from a sql server. I would like some of those results to...
Hi Matt, Is this a no-code databinding situation, standard .NET 1.x databinding, or something else? That may affect the answer. What are the criteria, and...
Peter Brunone (EasyLi...
peter@...
Jul 19, 2005 7:33 pm
420
(and now for the second part of that message) If your criteria are set inside your stored procedure, you could embed the tags in your select logic. If, on the...
Peter Brunone (EasyLi...
peter@...
Jul 19, 2005 8:02 pm
421
Thanks for the replies. I was able to fix the problem like so: select <b>groupname</b> from groups where.... ... could embed the tags in your select logic....
Thanks for the replies. I was able to fix the problem like so: select <b>groupname</b> from groups where.... ... could embed the tags in your select logic....