I've added the trial version of EasyListBox to a web page to make sure it works as expected before we purchase it. I've populated it fine but the dropdown...
Without knowing if there's some special circumstance, I'd suggest making sure that the z-index of the EasyListBox dropdown is higher than that of the textbox....
Peter Brunone (EasyLi...
peter@...
Oct 3, 2005 1:11 am
475
I'm fairly new to .net programming, I'm not sure what you mean by z- index. The Tabindex for this and all the controls on the page are set to 0. Is this...
There are a couple of ways you can do it. If you assign a class to the CssClass property, you can specify the z-index in the class... or you can add it to the...
Peter Brunone (EasyLi...
peter@...
Oct 4, 2005 3:40 pm
477
Hi, I use ELB for an ordering site, where users first select the category and afterwards the product (and options) that they would like. My problem is that...
Hi Tim, Does this happen right after the page loads or is there another client action that generally precedes that first click on the category list? Also,...
Peter Brunone (EasyLi...
peter@...
Oct 11, 2005 2:35 am
479
Hi there, I ahve just installed easy list box and love it, however I am having an issue when trying to post the selected items in a QueryString. I am...
Hello... It looks like you're trying to use client-side Javascript functions from your VB.NET (server-side) code. What you need to do if you want the text...
Peter Brunone (EasyLi...
peter@...
Oct 13, 2005 3:21 pm
481
Im trying to implement a listbox following similar to the sample in the help files for no-code databinding. My problem is that the listbox displays as empty...
I solved it thanks to some clues from other posts to this list... Im using dreamweaver and it adds this to the header in the html portion if the page. If I...
we are currently using easylistbox for easy search in the listbox since we are migrating the project for asp.net 2.0 we are in need of latest version...
Hi... What problems have you had with the current version of EasyListBox in asp.net 2.0? Please send error messages and stack traces if applicable. Regards, ...
Peter Brunone (EasyLi...
peter@...
Oct 15, 2005 6:48 pm
485
Hi there, Thank you to everyone for there previous help. I am still trying to get my head around a couple of things and was hoping people would be able to...
Hi Tarik, When you call a function, it isn't necessary to define the parameters again. In other words, you don't need to pass ByVal and As Integer; just pass...
Peter Brunone (EasyLi...
peter@...
Oct 17, 2005 9:30 pm
487
Thanks Peter, I think we are getting there slowly. I am now receiving the folowing error: _____________ *Object variable or With block variable not set.*...
Tarik, It looks like you are defining elbCityTown but not assigning it to anything. Are you doing this in codebehind (most likely with Visual Studio), or...
Peter Brunone (EasyLi...
peter@...
Oct 18, 2005 3:55 pm
490
Hi Dennis, There can be issues with User Controls or other NamingContainer objects, since they alter the ClientID and some client-side functions need to be...
Peter Brunone (EasyLi...
peter@...
Oct 18, 2005 3:59 pm
491
Hi Peter, Thanks again for your response. I am pretty sure that the EasyListBox has been defined correctly on the page?? I have added the page code below so...
Hi Tarik, Thanks for the code; I see what you mean. You may have discovered a conflict with the No-code databinding in combination with the InsertItem method....
Peter Brunone (EasyLi...
peter@...
Oct 18, 2005 4:44 pm
493
Hi again Peter, I thought I would just take a minute to explain what I am trying to acheive, as you may have a more effective way of doing this. On Page Load I...
Thanks Peter for the super quick reply, I ahve tried using the PromtText function however that does not display any extra items/promts in the ListBox. Are you...
Ah, that *does* change things a bit! Thanks for the explanation; related lists are a slightly different animal (I'll have to make a note about PromptText for...
Peter Brunone (EasyLi...
peter@...
Oct 19, 2005 1:46 am
496
Does anyone use EasyListBox in DotnetNuke or in the Ibuyspy Portal I need a sample easylistbox.ascx even an existing portal module that includes an easylistbox...
Hi Peter, Thanks for the excellent reply. It looks like the Javascript option using the OnChange property is the way to go and by the sounds of it will acheive...
I have two EasyListBox URLJump Controls mounted on my home page one is titled EasyListBox_EP.ascx and the other is EasyListBox_JV.ascx they have the same...
Hi Dennis, I'm not sure I understand. I see two ELBs on your home page, and each one has different items (I can tell because the URL parameter values in View...
Peter Brunone (EasyLi...
peter@...
Oct 24, 2005 7:37 pm
500
http://www.roguevalleyviewhomes.com/ Ok: go to the site, click on the Jacksonville EasylistBox First. Select an Item. This will bring up homes in the...
Okay, I see it now. It looks like you're selecting something from one of these lists and then hitting the Back button, correct? Effectively, you're backing up...
Peter Brunone (EasyLi...
peter@...
Oct 24, 2005 9:27 pm
502
Hi Peter, Trust you are well? Have we had any luck with a working demo/code solution to the discussed issue? Thanks again, Tarik...