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 587 - 616 of 1727   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
587
This control works well with ASP.NET v2 except when combining master pages with MultiSearchBox. This element is rendered with a content place holder id and...
Dan Ransom
danransomd
Offline Send Email
Mar 1, 2006
3:41 pm
588
Hi Dan, Thanks for writing! You will find this fixed in EasyListBox 3.1, coming within a week (due to a few unforeseen delays). Please let me know if I can be...
Peter Brunone
peter_brunone
Offline Send Email
Mar 1, 2006
5:14 pm
589
I should mention that you can get around this in the meantime by either (a) hard-coding the TargetList to "ctl00_ContentPlaceHolder1_selEmployeeSelect", or (b)...
Peter Brunone
peter_brunone
Offline Send Email
Mar 2, 2006
4:22 pm
590
I am trying to integrate the ELB with out current application that dynamically creates controls so I have to serve this control up with codebehind only. Is...
kvmso
Offline Send Email
Mar 2, 2006
4:25 pm
591
Hi Luke, Thank you for a very interesting question. Two thoughts: 1) Have you verified that the databinding code works outside of this scenario? 2) Have you...
Peter Brunone
peter_brunone
Offline Send Email
Mar 2, 2006
4:31 pm
592
Hi all, I am trying to use Related ListBox from within my web control(.ascx). It should dynamically change the content of child listbox upon changing the value...
mvdipika
Offline Send Email
Mar 16, 2006
8:09 pm
593
Hi... Thanks for writing. Are you using AJAX in this scenario? What happens if you set UseUniqueID to False for your lists? Regards, Peter...
Peter Brunone
peter_brunone
Offline Send Email
Mar 16, 2006
8:32 pm
594
I, unfortunatly, have to build a page containing some 30+ ELB controls on a page. The problem to be solved is that the rendering of the page is somewhat slow,...
waynehornak
Offline Send Email
Mar 17, 2006
3:07 pm
595
Hi Wayne, Wow. That's a lot of lists! I would be remiss if I didn't ask if there might be a way to reduce that number, but I would assume you've already ...
Peter Brunone
peter_brunone
Offline Send Email
Mar 17, 2006
3:48 pm
596
I am trying to get the client to provide a flowchart in the hopes that I will be able to populate only those needed initial and others based on previous...
waynehornak
Offline Send Email
Mar 17, 2006
5:34 pm
597
I am experiencing the same error but am not using the AddItem method. 1) What I have done is create a dataset on initial load 2) Set the properties like below:...
waynehornak
Offline Send Email
Mar 17, 2006
8:52 pm
598
Hi Wayne, Is this code perhaps within an If Not IsPostback check? Try removing that condition and see what happens. If you prefer to leave the databinding...
EasyListBox.com
peter@...
Send Email
Mar 17, 2006
9:06 pm
599
Maybe it didn't like the fact that my messages were identical, or something crazy like that...? ... From: Peter Brunone <peter.brunone@...> Date: Mar 17,...
Peter Brunone
peter_brunone
Offline Send Email
Mar 17, 2006
9:13 pm
600
Okay, how about something like this: 1) Set UseAjax to True on your lists (I'm assuming ComboBox display mode here, though it may work for dropdown (the...
Peter Brunone
peter_brunone
Offline Send Email
Mar 18, 2006
2:09 am
601
Sending this again, since it apparently didn't go through the first time....
Peter Brunone
peter_brunone
Offline Send Email
Mar 18, 2006
8:19 am
602
I have a number of ELB dropdown boxes with multiselection turned on. I need to have a button on my page to clear these values. Protected Sub mybutton_click.......
davidliv1818
Offline
Mar 19, 2006
10:36 pm
603
The value in the list box is not showing if it is only 1 character in length. Any ideas??? This is a list populated from the database and the values are...
wallacetmac
Offline Send Email
Mar 20, 2006
4:37 am
604
Hi... Sounds like you have an older version. This was a bug at some point in the 2.x days, but it has since been fixed. Regards, Peter...
Peter Brunone
peter_brunone
Offline Send Email
Mar 20, 2006
4:37 pm
605
Is it possible to have the listbox disabled so that users may not make selections, but still allow it to drop-down or scroll (for a drop-down list or listbox,...
lori_a_winkler
Offline
Mar 22, 2006
8:54 pm
606
Not as such; Disabled is a pretty well-defined area that we'd like to keep that way. However, you *could* work some magic by invoking the ELB_ClearSelection ...
Peter Brunone
peter_brunone
Offline Send Email
Mar 22, 2006
9:06 pm
607
Well, I don't think that that will really solve my problem. I want the users to be able to see which item(s) have been selected in a databound easylistbox,...
lori_a_winkler
Offline
Mar 23, 2006
4:17 pm
608
Oh! Well, that makes a bit more sense. Sounds like we may need to come up with a Read-Only switch. What's the scenario here? That is, will the selections be...
Peter Brunone
peter_brunone
Offline Send Email
Mar 23, 2006
4:57 pm
609
The listbox resides within a formview control. When a user loads the page the formview will display in read-only mode. At that point the user may either...
lori_a_winkler
Offline
Mar 23, 2006
8:06 pm
610
Thanks, Lori; that helps a lot. Looks like we'll have that ReadOnly property out in the next patch release, which should be within a week. If that timetable...
Peter Brunone
peter_brunone
Offline Send Email
Mar 23, 2006
8:13 pm
611
hi, I have the following code <asp:Panel ID="Panel1" runat="server" Height="50px" Width="220px"> <ELB:EasyListBox ID="EasyListBox1" DisplayMode="DropDown" ...
loislee1
Offline Send Email
Mar 24, 2006
8:19 pm
612
Hi Lois, Thanks for writing. It sounds like you may be using an unsupported doctype definition. See the ELB help file (Installation page) for a suggested...
Peter Brunone
peter_brunone
Offline Send Email
Mar 24, 2006
8:23 pm
613
Hi. I'm trying to programmatically populate the listbox from a database and am getting an "Object Reference not set to an instance of an object error when I...
snostr
Offline Send Email
Mar 24, 2006
8:55 pm
614
Hi... Thanks for the detailed information. What version of the framework is this? I would assume you're sure the dataset is in fact being populated, correct?...
Peter Brunone
peter_brunone
Offline Send Email
Mar 24, 2006
9:11 pm
615
The framework is 3.1. I just downloaded today. And the exact same code works with the builtin "DropDownList" control. I tried both your suggestion, both end in...
snostr
Offline Send Email
Mar 24, 2006
9:33 pm
616
Thanks; actually I was referring to the version of the .NET framework. Let me run some tests to find out what's going on here....
Peter Brunone
peter_brunone
Offline Send Email
Mar 24, 2006
10:25 pm
Messages 587 - 616 of 1727   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