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...
Hi Alan, My apologies; a small update was deployed yesterday and it looks like one of the files was out of sync. I'm sending a zipped version of the newer...
Peter Brunone (EasyLi...
peter@...
Sep 21, 2007 3:06 pm
1121
hi.. i need some advice.they love the page but some how i need to grab the datafaster. the client side value that pulled the row ID was perfect..how can i get...
I'm having some layout problems with EasyListBox in ComboBox mode. I'm trying to use it in a user control embedded in an aspx page (VS 2003, .NET 1.1)...
Hi! Thanks for the post and the extra info links. When I download the rendered HTML and run it locally (with my own copy of the ELB Javascript file), I see...
Peter Brunone (EasyLi...
peter@...
Sep 24, 2007 7:15 pm
1124
Peter, I tried to send the stylesheet yesterday, but it hasn't shown up on the board yet. Here it is again: <pre> body { color:#FFFFFF; ...
Peter, Here's the stylesheet for that page. Thanks for your help: <pre> body { color:#FFFFFF; background-color:white; margin:0px; padding:0px; font:11px...
Thanks, er... hobo. At first glance, it looks like removing the position:relative attributes makes everything look normal, but of course if you need those...
Peter Brunone (EasyLi...
peter@...
Sep 27, 2007 4:14 am
1127
Could anyone help me with this. I wanted my ELB control to be set its autopostback property to true then place it inside a AJAX update panel to prevent flicker...
Hi Ed, Getting a slow start on Monday here... Are you trying to provide the ELB selection to some other control, or just to another ELB? I assume you know...
Peter Brunone (EasyLi...
peter@...
Oct 8, 2007 4:03 pm
1129
Thanks, Peter. Removing position:relative fixed the problem. ... attributes makes everything look normal, but of course if you need those we'll need to look...
Peter, You Combobox demo page lets the user scroll the list by using the down arrow key when positioned at the first character of the text box. Can you tell...
Hi Tom, Thanks for an interesting question. The ELB_OnKeyDown function is actually present in the main ELBScript file, so if you're getting all other client...
Peter Brunone (EasyLi...
peter@...
Oct 30, 2007 7:26 pm
1132
Is it possible to display the DataTextfield and Hide DataTextfield2? I need to use the DataTextfield2 values later in my app, but I don't want to see it in...
Hi Brian, Strictly speaking, this isn't supported, but there are a couple of workarounds that come to mind: 1) Append the extra value to the string you're...
Peter Brunone (EasyLi...
peter@...
Nov 8, 2007 7:41 pm
1134
Hi Peter- Using the Value field worked perfectly. Thanks! ... DataValueField, and parse it out when you need it. ... the extra value. ... brackets so it won't...
Hi- After loading data into a form, I can see the chosen multiselected data (both datavalue and datatext). The values are accessible, but I cannot use the...
Hi. Just to make sure I understand what's going on here... you're using a multiselect ELB, filling the list, and selecting some items server-side at run time,...
Peter Brunone (EasyLi...
peter@...
Nov 19, 2007 6:21 pm
1137
Hi Peter- I have an entry form that captures multiselected study(DataTextField) and email(DataValueField). The Study goes into the db. I then have an edit...
Hi Brian, Thanks for the extra information. What about the code that you're using to get the selected text? Is this a client-side or server-side operation?...
Peter Brunone (EasyLi...
peter@...
Nov 20, 2007 6:25 pm
1139
Hi Peter- It's simply- SendMail(EasyListBox_Study.SelectedText2) and Dim study As String = EasyListBox_Study.SelectedValue The study comes across fine, email-...
Hi Brian, Is this one value or many? If this is indeed before the list is bound, then there's no data to find. However, if the list has been bound and the...
Peter Brunone (EasyLi...
peter@...
Nov 20, 2007 7:40 pm
1141
Hi Peter- Yes, that workaround works, but not for multiple selections. Any other ideas? Many Thanks, Brian ... is bound, then there's no data to find....
Hi Brian, One other idea comes to mind. It's not entirely convenient, but I've written the code that should do most of the heavy lifting for you. Basically...
Peter Brunone (EasyLi...
peter@...
Nov 26, 2007 4:51 pm
1143
Hi Peter- Maybe I'm not explaining the issue clearly. The list box has two columns of data in it. I read in the selected values from the database at...
Hi Brian, I think we're talking about the same thing. Rather than just getting the Text property from one Item, though, the workaround below is looping...
Peter Brunone (EasyLi...
peter@...
Nov 26, 2007 6:38 pm
1145
Hi - I'm using onChange to check the ELB value client side. I also need a postback, so I'm also using OnSelectionChanged. onChange causes an IE modal popup...
Oops - I had AutoPostBack set to 'true'. When I change it to 'false' the postback doesn't fire at all. So I still need to fire the postback manually in the...
Hi Dan, Thanks for the update. ... There should be, shouldn't there? Slap this into your ELBScript file and I'll add it to the next release (or more likely, a...