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...
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...