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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1118 - 1147 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1118
hello all. I am on IIS server using easy list box. My access DB is on aonther server that I can not seem to get asp.net to see because of rights problem. so I...
morris4321
Offline Send Email
Sep 17, 2007
4:59 pm
1119
I have a simple working asp.net page which lists items in Gridview, and uses Formview to Edit/Insert/Delete them. I added a dropdown list to select the item...
alanveitchdarkside
alanveitchda...
Offline Send Email
Sep 21, 2007
2:57 pm
1120
Hi Alan, My apologies; a small update was deployed yesterday and it looks like one of the files was out of sync. I'm sending a zipped version of the newer...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 21, 2007
3:06 pm
1121
hi.. i need some advice.they love the page but some how i need to grab the datafaster. the client side value that pulled the row ID was perfect..how can i get...
Morris M
morris4321
Offline Send Email
Sep 21, 2007
5:21 pm
1122
I'm having some layout problems with EasyListBox in ComboBox mode. I'm trying to use it in a user control embedded in an aspx page (VS 2003, .NET 1.1)...
hobosign
Offline Send Email
Sep 24, 2007
7:09 pm
1123
Hi! Thanks for the post and the extra info links. When I download the rendered HTML and run it locally (with my own copy of the ELB Javascript file), I see...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 24, 2007
7:15 pm
1124
Peter, I tried to send the stylesheet yesterday, but it hasn't shown up on the board yet. Here it is again: <pre> body { color:#FFFFFF; ...
hobosign
Offline Send Email
Sep 26, 2007
7:08 pm
1125
Peter, Here's the stylesheet for that page. Thanks for your help: <pre> body { color:#FFFFFF; background-color:white; margin:0px; padding:0px; font:11px...
hobosign
Offline Send Email
Sep 26, 2007
11:33 pm
1126
Thanks, er... hobo. At first glance, it looks like removing the position:relative attributes makes everything look normal, but of course if you need those...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 27, 2007
4:14 am
1127
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...
edmarco09
Online Now
Oct 8, 2007
10:07 am
1128
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@...
Send Email
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...
hobosign
Offline Send Email
Oct 8, 2007
9:30 pm
1130
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...
hobosign
Offline Send Email
Oct 30, 2007
6:29 pm
1131
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@...
Send Email
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...
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
Messages 1118 - 1147 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