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 815 - 844 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
815
i have created 2 ELB's-ELB1,ELB2 Both are binding to the datasource. ELB2 is child of ELB1. Let say ELB2 have bound 3 items.It work fine if do selection on...
fini
shafiiy
Offline Send Email
Oct 12, 2006
8:54 am
816
We'll probably need more information to solve this, but it sounds like the list may not be getting its items correctly. Are you making the selection in code,...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 12, 2006
2:05 pm
817
i attach here the coding --- In EasyListBox@yahoogroups.com, "Peter Brunone (EasyListBox.com)" <peter@...> wrote: > > > > We'll probably need more...
fini salleh
shafiiy
Offline Send Email
Oct 18, 2006
4:36 am
818
well i found why system hit an error, because i additem to the datasource. in elb trial version i noticed that there is easylistbox's url on the first item of...
fini salleh
shafiiy
Offline Send Email
Oct 18, 2006
5:33 am
819
Technically, the ELB banner in the demo version is not a list item; it's displayed before the items. If all you're trying to do is to show some text when...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 18, 2006
4:45 pm
820
I have an easylistbox in a page web. When I want to simulate that two users are connected, I open two instances of the browser, in the same machine. In one...
nuri762004
Offline Send Email
Oct 19, 2006
2:19 am
821
I think the problem is that opening two instances of Internet Explorer doesn't necessarily simulate two different users. The cookies, for example, may be...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 19, 2006
2:31 am
822
What versions of easy list box work with IE 7? Patrick...
Patrick
rakishdom
Online Now Send Email
Oct 19, 2006
9:27 pm
823
Hi Patrick, Good question! Versions 3 and up should function well in IE7, with one exception: ajax. There is a new Javascript file -- that will be available...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 19, 2006
9:46 pm
824
With the introduction of IE7, a couple of changes are required, but conveniently enough, they're all in the client script area. This means that instead of...
peter_brunone
Offline Send Email
Oct 20, 2006
2:31 am
825
Hi I have copied this very basic example off your website and i get this error: Error 6 Cannot switch views: Content is not allowed between the opening and...
andieje
Offline Send Email
Oct 28, 2006
6:11 pm
826
Hello Peter I'm getting this error again. :( I did not buy ELB for my last website as I was unable to get rid of this error. Now I have got it again on another...
andieje
Offline Send Email
Oct 28, 2006
6:34 pm
827
Hi Andrea, Shame on me for neglecting to follow up on this. What happens if you set the DisplayMode in codebehind instead of in markup? Peter From: "andieje"...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2006
1:49 am
828
Also, I noticed that in the example you sent last time, the ID of the combobox was "ELB", which also happens to be the parent namespace. Might that be causing...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2006
1:51 am
829
Hi again... We seem to have a design mode problem with ELB's ListItem class (apparently nobody hard-codes list items anymore since this only came up last...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2006
2:00 am
830
Hi I don't often need to use static items, it was just a test ... _________________________________________________________________ Windows Live™ Messenger...
Andrea Edwards
andieje
Offline Send Email
Oct 29, 2006
5:39 pm
831
Well, that's good to know :) Be sure to let us know how the suggestion(s) work out for the other problem. Peter ... From: "Andrea Edwards"...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2006
10:33 pm
832
Hi It's not that because it works ok in a blank solution. Something in my project must be stopping it from working. as i said, i tested elb before i started to...
Andrea Edwards
andieje
Offline Send Email
Oct 29, 2006
10:50 pm
833
Okay... well if you still have time, feel free to send that project (off-list) and I'll run it through its paces. Peter From: "Andrea Edwards"...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2006
11:11 pm
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
Messages 815 - 844 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