Search the web
Sign In
New User? Sign Up
EasyListBox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1132 - 1161 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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...
highbidda
Offline
Nov 8, 2007
7:36 pm
1133
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@...
Send Email
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...
highbidda
Offline
Nov 9, 2007
5:02 pm
1135
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...
highbidda
Offline
Nov 19, 2007
6:15 pm
1136
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@...
Send Email
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...
highbidda
Offline
Nov 20, 2007
12:30 pm
1138
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@...
Send Email
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-...
highbidda
Offline
Nov 20, 2007
7:08 pm
1140
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@...
Send Email
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....
highbidda
Offline
Nov 21, 2007
6:34 pm
1142
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@...
Send Email
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...
highbidda
Offline
Nov 26, 2007
6:14 pm
1144
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@...
Send Email
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...
danherzog1
Offline Send Email
Nov 27, 2007
5:42 pm
1146
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...
danherzog1
Offline Send Email
Nov 27, 2007
6:13 pm
1147
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@...
Send Email
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...
danherzog1
Offline Send Email
Nov 27, 2007
7:58 pm
1149
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...
highbidda
Offline
Nov 29, 2007
12:39 am
1150
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@...
Send Email
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...
georgepetersiv
Offline Send Email
Dec 3, 2007
12:17 am
1152
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...
georgepetersiv
Offline Send Email
Dec 3, 2007
12:17 am
1153
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@...
Send Email
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@...
Send Email
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....
cecilraycossey
Offline Send Email
Dec 3, 2007
10:03 pm
1156
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...
George C. Peters Iv
georgepetersiv
Offline Send Email
Dec 4, 2007
2:50 am
1157
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@...
Send Email
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...
Tom Kenney
tklogisticsh...
Offline Send Email
Dec 6, 2007
4:43 pm
1159
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@...
Send Email
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...
jdannelley
Offline Send Email
Dec 19, 2007
3:29 pm
1161
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...
Peter Brunone (EasyLi...
peter@...
Send Email
Dec 19, 2007
7:25 pm
Messages 1132 - 1161 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help