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 834 - 863 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
834
Hi Peter, I have 3 EasylistBox controls on a page. Oneof them uses the Ajax function while the other two are simple dropdowns that are databound on page load...
archana punna
maskofzor
Offline Send Email
Nov 3, 2006
9:31 pm
835
Hi Nikhil, Two thoughts on that situation. 1) EasyListBox does some caching the first time around, including creating a DataTable for use in the application...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 4, 2006
3:06 am
836
Hi All, I'm new to this easylistbox control but it seems to have great potencial. Have a few listboxes on one page (about 6) Most of them are small with about...
OSIRIS1
Offline
Nov 9, 2006
5:42 pm
837
Welcome to the group! It looks like you need to specify the provider in your connection string; EasyListBox doesn't make any assumptions about which one you...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 9, 2006
6:18 pm
838
Thanks Peter, I tried the provider as suggested and received this error when any part of my app tries to reterive data. "Keyword not supported: 'provider'. " ...
OSIRIS1
Offline
Nov 9, 2006
6:55 pm
839
Ah, so you need a provider for standard (ELB) data access, but the Oracle Data Access Client doesn't want it! It looks like you have two choices: you can keep...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 9, 2006
7:15 pm
840
When you mean populate with a data reader you mean something like this: SQL = "Select * from Campaign_Codes where Enabled_Flag='Y' order by Campaign_Code" DS =...
OSIRIS1
Offline
Nov 9, 2006
10:02 pm
841
Not exactly; I meant using the DataReader as the DataSource for the EasyListBox (after setting DataTextField/DataValueField and all that). The data will be...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 9, 2006
10:24 pm
842
provider <> Provider connection strings are case sensitive and very picky....
Charles Carroll
charlesmarkc...
Online Now Send Email
Nov 10, 2006
12:11 am
843
Thanks for pointing that out, Charles; it slipped right by me. Then again, most of my database work is done in the SqlClient namespace where no provider is...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 10, 2006
4:09 am
844
Thanks for the info both of you. I tried the lower case "provider", yes I have forgotten about that too. I also created another connection string: <add...
OSIRIS1
Offline
Nov 10, 2006
8:07 pm
845
Let me take one more shot at this. <add key="GlobalOracleCampaignAssembELBConnection" value="Provider=OraOLEDB.Oracle;Data Source=COUD;User...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 10, 2006
9:52 pm
846
Thanks Peter, I tried the OLEDB client for Oracle and I did not get an error this time. But the listbox also did not fill with data either. This is what I have...
OSIRIS1
Offline
Nov 13, 2006
3:09 pm
847
Did you type something into the combobox? When UseAjax is set to True, ELB only displays items that match the user's input. Peter ... From: OSIRIS1...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 13, 2006
4:10 pm
848
You were right, it worked! So if a user just click on the combobox dropdown arrow, they will see nothing until a match is found. I still haven't purchased a...
OSIRIS1
Offline
Nov 13, 2006
4:44 pm
849
But if the user wanted to see all the data in the list, is there a way while using ajax? ... see ... demo ... (EasyListBox.com)" ... this ... UseAjax="True" ...
OSIRIS1
Offline
Nov 13, 2006
9:29 pm
850
I suppose you could trick it into loading the data all at once after the page loads... but that would kind of negate the benefit of using ajax to fill the list...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 13, 2006
9:46 pm
851
True, that would unless... the control would load just portions of the data. Like load a specific amount when the person scrolls down the list. ... all at...
OSIRIS1
Offline
Nov 14, 2006
3:20 pm
852
True. There has been talk of adding paging support (the current release may even be delayed to add that), though you could probably do that now with a...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 15, 2006
9:25 pm
853
There aren't many options, so I'm not sure what could be wrong.. Here's the code. <asp:Panel ID="divCountryIDs" runat="server" Width="500px" Visible="False">...
wsaharem
Offline
Nov 17, 2006
2:31 pm
854
Just recently purchased your list box.. (guess I should have demo'd it first) There are some things that just should absolutely work that just don't. First,...
wsaharem
Offline
Nov 17, 2006
2:39 pm
855
Hi Bill, Thank you for taking the time to lay out your concerns. Let's see if we can get you back on track. About documentation: yes, it needs improvement....
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 17, 2006
4:57 pm
856
Sounds like the TargetList property is not matching up with the list's ClientID property, likely because it's inside a NamingContainer (another obvious area...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 17, 2006
5:40 pm
857
Hi, With a standard combobox in .net this code can be used: CampCodeList2.Items.Item(I).Selected = True How would this be done in ELB?...
OSIRIS1
Offline
Nov 20, 2006
4:48 pm
858
Hi Jack, The easiest way would be like this: myELB.SelectedValue = "blah" Another option would be the SelectValue method (created for multiselect mode, but it...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 20, 2006
5:53 pm
859
... Hi Bill, ... see if we can get you back on track. ... Unfortunately, that always seems to fall behind development on the priority list. We're working on...
wsaharem
Offline
Nov 21, 2006
3:03 am
860
... I believe you're referring to the behavior labeled "Related Lists", as in the demo(s) on the website (and the example in the documentation). Related lists...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 21, 2006
5:01 am
861
So are you suggesting that a dropdownlist checkbox in parent child mode will populate the child correctly with Ajax? Bill ... connecting; hopefully we can...
wsaharem
Offline
Nov 21, 2006
6:44 pm
862
Correct. Display mode doesn't really matter for parent/child lists; you can even have multiselect parent lists (which you may already know). If it's not...
Peter Brunone (EasyLi...
peter@...
Send Email
Nov 21, 2006
7:04 pm
863
... This only works in Parent/Child mode if useAjax = false.. If I set it to true, the child list never gets populated. <ELB:EasyListBox id="elbFamilies"...
wsaharem
Offline
Nov 21, 2006
7:50 pm
Messages 834 - 863 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