If so, ping me and I'll answer back with a download link. Your feedback is most appreciated! Cheers, Peter...
Peter Brunone (EasyLi...
peter@...
Aug 2, 2007 4:14 pm
1090
Yes please! Thanks! George _____ From: EasyListBox@yahoogroups.com [mailto:EasyListBox@yahoogroups.com] On Behalf Of Peter Brunone (EasyListBox.com) Sent: 02...
hello. I was looking this question also but I want to run code on the serverside using OnChange how would do that? i want to grab the value that has the...
I already answered this offlist, I figured a public post would be good for closure. The server event you want is called OnSelectionChanged. Once you hook up a...
I have a page where users can upload images. After each upload the image is stored to an image directory and a row is added to the database. The images are...
Excellent; thanks for the update. Sorry I didn't get to you first, but it looks like you're all set. As you've no doubt discovered, the items of a swapper...
Peter Brunone (EasyLi...
peter@...
Aug 10, 2007 2:47 am
1096
XHTML support is finally here! http://easylistbox.com Cheers, Peter...
Hello. I've just purchased & downloaded the most current version of ELB. I'm having a problem getting the combo box to display correctly in IE7. You can see...
Hi Lee, Can you send me either (a) a link to the page, or (b) the rendered HTML from the browser? You can reach me offlist at peter at easylistbox dot com. ...
Peter Brunone (EasyLi...
peter@...
Aug 16, 2007 3:24 pm
1099
Never mind that last request. I've found the problem and will be sending you an updated Javascript file offlist. Peter ... From: "rlbsolutions"...
Peter Brunone (EasyLi...
peter@...
Aug 16, 2007 3:45 pm
1100
I just downloaded the trial version and can't seem to get anything to work. Here's my declarative code: <%@ Page Language="VB" MasterPageFile="" ...
This sounds like a path problem (i.e. the path to the arrow button and JS files). If you right-click in the browser and pick View Source, then find the...
Peter Brunone (EasyLi...
peter@...
Aug 25, 2007 3:53 pm
1102
This is from the view source per your request src="/CATS002/ELBscriptIE56.js?v=3.5.1356" The structure of my web site is C:\WebSites\CATS002\... and that's...
This is from the view source per your request src="/CATS002/ELBscriptIE56.js?v=3.5.1356" The structure of my web site is C:\WebSites\CATS002\... and that's ...
Hi Ray, Thanks for the data. So am I to understand that CATS002 is the root of your website, or is it just the application root? What happens if you paste the...
Peter Brunone (EasyLi...
peter@...
Aug 26, 2007 2:40 am
1105
I guess I don't understand the differenct between "root of the website" and "application route". I don't know what to tell you other than what I prviously told...
Hi Ray, The website root is what you get when you point to the bare domain name; however, although the website is an application, there can be sub-applications...
Peter Brunone (EasyLi...
peter@...
Aug 27, 2007 3:47 pm
1107
Hey guys Thought I would share this. ELB_ArrowButton.aspx was not displaying the arrows for me and when I browsed directly to the page is displayed "Using...
Hi After a postback where the items of one of the page elb's were cleared and redatabound, this error occurs when the user clicks on any of the elbs. Has...
Once again, without the kooky GMail send button! Hi XOR, Thanks for chiming in here. What does your arrowbutton page look like when you open it up? Normally ...
That's one I hadn't seen. Is there anything unusual in your list item data, e.g. double quotes? It's just a guess, but I know that can mess up HTML. Cheers, ...
Hi all, Thank you for the recent surge of communication regarding various issues with ELB 3.5. My goal is to get these resolved as quickly as possible; with...
Peter Brunone (EasyLi...
peter@...
Aug 30, 2007 1:07 pm
1113
Can you send either a link to this page, or the rendered HTML (from View Source on the page where the error happens) to me offlist? Thanks! Peter ... From:...
Peter Brunone (EasyLi...
peter@...
Aug 30, 2007 6:33 pm
1114
Hi With my .Net2 project, when I try to InsertItem to an empty elb I get "Object reference not set to an instance of an object. " at...
Hi Trev, Actually, there is no difference between AddItem and InsertItem as far as Viewstate is concerned. If the Items DataTable is not created yet, the ...
Hey Peter the documentation says that for AddItem "Note: items added with AddItem are not persisted in ViewState. " But thanks for looking into it. Trev...
Trev, Actually, that was written before the InsertItem method :) But either way, that part of the doc is now outdated and needs to be changed; thanks! Peter ...
Peter Brunone (EasyLi...
peter@...
Aug 31, 2007 7:00 am
1118
hello all. I am on IIS server using easy list box. My access DB is on aonther server that I can not seem to get asp.net to see because of rights problem. so I...
I have a simple working asp.net page which lists items in Gridview, and uses Formview to Edit/Insert/Delete them. I added a dropdown list to select the item...