Could anyone help me with this. I wanted my ELB control to be set its autopostback property to true then place it inside a AJAX update panel to prevent flicker...
Hi Ed, Getting a slow start on Monday here... Are you trying to provide the ELB selection to some other control, or just to another ELB? I assume you know...
Peter Brunone (EasyLi...
peter@...
Oct 8, 2007 4:03 pm
1129
Thanks, Peter. Removing position:relative fixed the problem. ... attributes makes everything look normal, but of course if you need those we'll need to look...
Peter, You Combobox demo page lets the user scroll the list by using the down arrow key when positioned at the first character of the text box. Can you tell...
Hi Tom, Thanks for an interesting question. The ELB_OnKeyDown function is actually present in the main ELBScript file, so if you're getting all other client...
Peter Brunone (EasyLi...
peter@...
Oct 30, 2007 7:26 pm
1132
Is it possible to display the DataTextfield and Hide DataTextfield2? I need to use the DataTextfield2 values later in my app, but I don't want to see it in...
Hi Brian, Strictly speaking, this isn't supported, but there are a couple of workarounds that come to mind: 1) Append the extra value to the string you're...
Peter Brunone (EasyLi...
peter@...
Nov 8, 2007 7:41 pm
1134
Hi Peter- Using the Value field worked perfectly. Thanks! ... DataValueField, and parse it out when you need it. ... the extra value. ... brackets so it won't...
Hi- After loading data into a form, I can see the chosen multiselected data (both datavalue and datatext). The values are accessible, but I cannot use the...
Hi. Just to make sure I understand what's going on here... you're using a multiselect ELB, filling the list, and selecting some items server-side at run time,...
Peter Brunone (EasyLi...
peter@...
Nov 19, 2007 6:21 pm
1137
Hi Peter- I have an entry form that captures multiselected study(DataTextField) and email(DataValueField). The Study goes into the db. I then have an edit...
Hi Brian, Thanks for the extra information. What about the code that you're using to get the selected text? Is this a client-side or server-side operation?...
Peter Brunone (EasyLi...
peter@...
Nov 20, 2007 6:25 pm
1139
Hi Peter- It's simply- SendMail(EasyListBox_Study.SelectedText2) and Dim study As String = EasyListBox_Study.SelectedValue The study comes across fine, email-...
Hi Brian, Is this one value or many? If this is indeed before the list is bound, then there's no data to find. However, if the list has been bound and the...
Peter Brunone (EasyLi...
peter@...
Nov 20, 2007 7:40 pm
1141
Hi Peter- Yes, that workaround works, but not for multiple selections. Any other ideas? Many Thanks, Brian ... is bound, then there's no data to find....
Hi Brian, One other idea comes to mind. It's not entirely convenient, but I've written the code that should do most of the heavy lifting for you. Basically...
Peter Brunone (EasyLi...
peter@...
Nov 26, 2007 4:51 pm
1143
Hi Peter- Maybe I'm not explaining the issue clearly. The list box has two columns of data in it. I read in the selected values from the database at...
Hi Brian, I think we're talking about the same thing. Rather than just getting the Text property from one Item, though, the workaround below is looping...
Peter Brunone (EasyLi...
peter@...
Nov 26, 2007 6:38 pm
1145
Hi - I'm using onChange to check the ELB value client side. I also need a postback, so I'm also using OnSelectionChanged. onChange causes an IE modal popup...
Oops - I had AutoPostBack set to 'true'. When I change it to 'false' the postback doesn't fire at all. So I still need to fire the postback manually in the...
Hi Dan, Thanks for the update. ... There should be, shouldn't there? Slap this into your ELBScript file and I'll add it to the next release (or more likely, a...
Peter Brunone (EasyLi...
peter@...
Nov 27, 2007 6:52 pm
1148
Thanks Peter for the quick response - works perfectly! Thanks again, Dan ... ELBScript file and I'll add it to the next release (or more likely, a ... (which...
Hi Peter- Just got a chance to add your code. Works great. Thanks- ... getting the Text property from one Item, though, the workaround below is looping...
Oh, good. Thanks for the follow-up; I was wondering if *I* was missing something! ... From: highbidda <no_reply@yahoogroups.com> Sent: Wednesday, November 28,...
Peter Brunone (EasyLi...
peter@...
Nov 29, 2007 2:55 am
1151
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...