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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 201 - 230 of 1724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
201
   Oh!  For that, you can just use the OnChange event handler (specified in the Help file under EasyListBox->Properties). Cheers, Peter From: "Patrick"...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 1, 2005
3:14 pm
202
Thanks. Are there any code snippets out there showing it's use and/or syntax? Patrick...
Patrick A. Schriver
rakishdom
Online Now Send Email
Feb 1, 2005
9:31 pm
203
   I don't know of one, but you can use it in the following way: <ELB:EasyListBox id="myELB" runat="server" OnChange="window.status='blah';"    Perhaps...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 1, 2005
10:13 pm
204
Hi, I am having difficulty looping through the item collection of tghe ELB, I know it is different to a normal dropdown and should use the ItemCount property...
pztydr
Offline Send Email
Feb 13, 2005
1:38 am
205
Hi Peter, This does seem strange. What version is the DLL you're using? Also, what is your ultimate goal here? There's a good chance you can get what you...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 13, 2005
3:47 am
206
Peter, Yes sorry about that, i was using an old DLL. Have replaced it with the 2.4 version and now the problem has been resolved. My goal was or is.. I have a...
pztydr
Offline Send Email
Feb 14, 2005
12:39 am
207
i have an ELB instance inside a DIV: <div id="myDiv" style="OVERFLOW-X: scroll; WIDTH: 500px"> when clicking the EasyListBox, the list goes over the scrollbar;...
matro
matrello
Offline Send Email
Feb 16, 2005
5:37 pm
208
   I'm not sure I understand exactly what's happening here.  Can you post a link (on or off list)? ... From: "matro" <mailing@...> Sent:...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 16, 2005
6:13 pm
209
Hi, I am having trouble populating and setting the index value for an ELB. I can poulate the ELB okay manually but cannot seem to set the index to the database...
pztydr
Offline Send Email
Feb 19, 2005
11:56 pm
210
... property ... has ... value, ... Hi, Managed to get the ELB to poulate using the The SelectQuery property and ConnectionStringSqlServer property, still...
pztydr
Offline Send Email
Feb 20, 2005
12:14 am
211
Hi Peter, Are you just trying to set the selected value of the ELB? You can do that with the SelectedValue property; let me know if I've misunderstood the...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 20, 2005
12:27 am
212
Peter, I need to get the ELB to show the value from the DataBase as it's selected value, this i am struggling with. I have added the following as the HTML: ...
pztydr
Offline Send Email
Feb 20, 2005
12:34 am
213
I'm not sure why ItemCount is returning zero, but you don't need to loop to do this. You can simply set SelectedValue equal to the item value that you want to...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 20, 2005
12:38 am
214
Peter, Thanks for that.. it all seems so simple now.. Thanks for your assitance. Regards.. Peter. ... need ... item ... # ... </Code> ... Tracing...
pztydr
Offline Send Email
Feb 20, 2005
1:08 am
215
I need to add items on client side with javascript. is it possible? :) my goal is to refresh ELB content through XMLHTTP accesses; I'm ready with the XML part,...
matro
matrello
Offline Send Email
Feb 20, 2005
3:04 am
216
Hi, This may seem a stupid question but how do you get the autopostback feature to work??? I tried setting up a test page and enabled autopostback with the ...
pztydr
Offline Send Email
Feb 21, 2005
11:30 am
217
utoPostBack="True" ? ... From: pztydr [mailto:peter.annandale@...] Sent: Monday, February 21, 2005 5:30 AM To: EasyListBox@yahoogroups.com Subject:...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 21, 2005
2:38 pm
218
Peter, As I said, maybe a stupid question.. I have set Autopostback="True" but I cannot get it to enter the sub routine. I need to be able to change the...
pztydr
Offline Send Email
Feb 22, 2005
5:22 am
219
Peter, If I was any thicker I think I'd be a blonde.. It helps if you add the "OnSelectionChanged" to the ELB: line. Regards.. Peter. ... I...
pztydr
Offline Send Email
Feb 22, 2005
9:42 am
220
   Ouch.  I didn't get any further than "utoPostback".  Thanks for clearing that up :)    You make an interesting point about the documentation,...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 22, 2005
2:28 pm
221
Hi Matro, The idea here is to get new data with a client-side callback, correct? This is a planned feature for a future release, although I can see why you'd...
peter_brunone
Offline Send Email
Feb 24, 2005
1:42 pm
222
Peter, thank you for your interest. yes, that's the idea. we set up an XMLHTTP communication with the server; whenever an user changes a field, the XMLHTTP...
matro
matrello
Offline Send Email
Feb 24, 2005
3:53 pm
223
Hi, Is there any way to add or start with a blank line in a databound dropdown list box. I am using the SelectQuery and the ConnectionStringSqlServer ...
pztydr
Offline Send Email
Mar 3, 2005
12:02 pm
224
Hi Peter, Currently, with no-code databinding, you would have to include the blank line in your SQL Statement (a simple UNION with blank values should...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 4, 2005
2:37 am
225
Peter, My reasoning is that when the Web form first opens to provide data input I would like to present the user with a blank listbox and have them click on...
pztydr
Offline Send Email
Mar 5, 2005
7:39 am
226
Peter, I asm having difficulty with databinding to the ELB when using conventional databinding. The following error is presented: <Error> Selected value is ...
pztydr
Offline Send Email
Mar 6, 2005
10:40 am
227
Hi Peter You are adding an empty string in RowForDropDown(0) = " "; this column is supposed to be the courseid (I assume int or bigint) Wolfgang ... using ... ...
Wolfgang
wolf040658
Offline Send Email
Mar 7, 2005
2:54 am
228
WolfGang, The CourseID is of type NVarChar, the other dropdown i am using in the footer i had to assign a 0 to. The bigger problem is that it sometimes works...
pztydr
Offline Send Email
Mar 7, 2005
9:36 am
229
Hi Peter,    Try setting CookieMemory=False in your ELB tags.  If that doesn't correct the problem, clear the cookies in your browser just to be sure (an...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 7, 2005
12:54 pm
230
hi there, how can we let ELB to trigger an onChange event (or whatever) whenever the user selects an item in DropDown mode? thank you....
matro
matrello
Offline Send Email
Mar 7, 2005
4:33 pm
Messages 201 - 230 of 1724   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