I have a simple code just to test out. Protected Sub EasyListBox1_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs) TextBox1.Text =...
Hi... ... A bit of clarification here: if the post back didn't occur, the SelectionChanged event wouldn't fire :) Since it appears that TextBox1 is not being...
I have the atlas:updatepanel on the page... I think thats the problem .... Will ELB works with atlas ? Thanks ... TextBox1 is ... that some ... place a watch ...
as i told you...the page is not refreshing... maybe you should donwload and test the atlas toolkit too. ... transferred to ... 40yahoogroups.com>, "Peter ... ...
Sorry to leave you hanging on this... this is a rather late-caught bug in the current version. It's already fixed in the 3.2 release, which is slated to be...
Tim, Call it post-holiday confusion, but I believe I may have answered you incorrectly. What version of EasyListBox are you using? The reason I ask is this:...
Peter Brunone (EasyLi...
peter@...
Sep 6, 2006 7:55 pm
801
Hi Kevin, Have you tried the latest release? Your download link should have reached your Yahoo account this afternoon; if it hasn't arrived (and isn't sitting...
Peter Brunone (EasyLi...
peter@...
Sep 7, 2006 2:05 am
802
Once I upgraded to 3.1.2, it worked fine. The bug must have been fixed. ... UseUniqueID="True" ... sp2 ... in ... intellisense...
Hi, i'v do some small changes in elb_arrow.aspx to make the arrow button is look like xp-style button.The code Public Sub Page_Load(ByVal Sender As Object,...
Hi. I'm not entirely sure I follow you here, but the basic idea is this: you can change the appearance of the arrow button image (on the "header" portion of...
Peter Brunone (EasyLi...
peter@...
Sep 7, 2006 2:58 pm
805
Yes, 3.1.2 fixed my problem. "Peter Brunone (EasyListBox.com)" <peter@...> wrote: Hi Kevin, Have you tried the latest release? Your download link...
hi, i understand the idea is, but i dun know where to change the header portion.below is the code on aspx page <td>Customer Type</td> <td><ELB:EASYLISTBOX...
Well, if you want a *true* Windows XP style button, I suggest using a separate image like the one included in the /Samples/images folder when you install ELB,...
I dun wan the ELB is always look like as a same style button (for example:"xp blue" theme ). actually what i wan is a dropdown are dependent on the user...
... style.(blue,oliver green or silver) Ah... then I am afraid you have found something that EasyListBox currently does not do. As a matter of fact, no custom...
i'm just curriuos,why it can be done for the arrows on the scrolling portion of the listbox or the "list" portion of the dropdown/combobox?(That is determined...
Yes, it seems incongruous... however, the arrow button on ELB is artificially generated on the server (there isn't a way to just render a single button like...
Peter Brunone (EasyLi...
peter@...
Sep 8, 2006 3:01 pm
813
In a regular ASP dropdownlist I specify the Datasource ID as follows; DataSourceID="ADSclass" ... <asp:AccessDataSource ID="ADSclass" runat="server" ...
Hi Chad, EasyListBox doesn't support ObjectDataSources... yet. However, you do have an even easier option: <ELB:EasyListBox id="elbADSclass" runat="server" ...
Peter Brunone (EasyLi...
peter@...
Sep 29, 2006 3:07 am
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...
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@...
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...
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...
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...