Hi, I'm evaluating the ELB box, and it allready does some of the things that I need, but I need some help/suggestions for the last thing I'm working on. I have...
Hi Tim, Wow, that's quite a query :) Let me see if I understand correctly. You have three tables with (approximately) the following structure: Table1 ... ...
Peter Brunone (EasyLi...
peter@...
May 2, 2005 8:03 pm
311
Hi, I'm afraid it's a bit more complicated - else it wouldn't be a problem as I allready have some of the elb boxes working in a prototype version. I'll...
Hi Tim, Thanks for the additional explanation. Apparently I misread some of your original message. Slight rambling follows: I'm no DBA, but it would seem that...
Peter Brunone (EasyLi...
peter@...
May 5, 2005 5:07 am
313
Peter, I solved most of the problems by implementing one postback. The page isn't too big and it seems to go quite fast anyway. I still have one small problem...
Hi Tim, Â Â Â I'm glad to hear you've gotten through that issue; I don't envy you, having to use that data structure for this particular task. Â Â Â You can...
Peter Brunone (EasyLi...
peter@...
May 13, 2005 2:06 pm
315
Peter, When I tried LbOpties.InsertItem(i, "test") with i being a value from 1 to 20, I always get "Object reference not set to an instance of an object." So I...
Hi, I am geting the following error when trying to enter edit mode of a grid using an ELB. I am using the SelectQuery method, i have not used this method in a...
Hi, Further to the above post: 1. There are actually 3 ELB's in the row and all 3 are exhibiting the same problem.. 2. Changing from SelectQuery Mode to...
Hello, If there any way in EasyListBox to find out the Selected values just like we used to do in Old-Style List Box - For Ex - If ListItem1.Selected = True ...
Hi, I am new to using Easy List Box, I have a user control where I am displaying Estates names in the format - EasyListBox1 - SalesOfficeId (DataValueField) ...
Hi Vikas,    Welcome to the ELB group!    If you want to get the selected value, you can just call myListBox.SelectedValue. Does that help? Cheers, ...
Peter Brunone (EasyLi...
peter@...
May 16, 2005 10:13 am
322
Vikas,    Can you send the exact code you're using to create these listboxes? If not, can you provide a link or send the rendered HTML? Also, have you...
Peter Brunone (EasyLi...
peter@...
May 16, 2005 10:17 am
323
Hello Peter, Thanks for the response. Actually I have to append the values and pass it to another customised user control. I have written a class which passes...
   No problem. In a multiple-select list, SelectedValue will return a delimited string of all selected values. From: Vikas Mehra...
Peter Brunone (EasyLi...
peter@...
May 16, 2005 10:24 am
326
Peter, If you need further testing etc please don't hesitate to contact me. I have made a copy of the original page pending a fix or further testing. Regards. ...
Peter (or anyone else), Did you see the last part of my mail, that firefox doesn't seem to get the resultset? ... There must be a workaround, since the swapper...
   How odd; I don't even see it in the thread below.    Is there any chance you're writing this out inside some improper tags? Have you checked the...
Peter Brunone (EasyLi...
peter@...
May 17, 2005 2:42 pm
329
Hi Peter, ELB works great with small list but I think it has a huge overhead that make any list with more that 100 item suffer higly... Renederd HTML includes...
Hi Manu,    Fear not; that's in the works. There is an ongoing effort to increase speed in a number of areas; some you may have already seen include...
Peter Brunone (EasyLi...
peter@...
May 17, 2005 2:48 pm
331
Pete the page in question is in the Rainbow release at CharlesCarroll.com and is quite severe. Taking a minute or 2 to load the page. Register for...
Works great but, I'm having this problem with the other normal / regular dropdowns on the page when any EasyListBox gets focus. Anyone run across this?...
Yo mojo, For some reason I didn't get this message in my inbox. Has anyone else received it? Re. your issue, that is currently the expected behavior. This...
I'm using easyListBox as a dropdown with check boxes... and storing the result of the selections as separated values in a database (field set to hold up to 250...
Mo,    I've never heard this issue reported before (the checkbox demo on the ELB website has no problem with selected value strings longer than 47). Can...
Peter Brunone (EasyLi...
peter@...
Jun 3, 2005 3:26 pm
337
Peter, Thanks for your reply! Correction it maxs out at 50 chars. Can't give you a URL this is running on an intranet. The problem is not in the html but the...
Have you done a response.write on the request.form value to see if it's all there? ... In this line, you're explicitly telling the command object to add a...