Ask a Question related to ASP.NET General, Design and Development.
-
Jos Branders #1
Re: Using <asp:Listbox..../> with javascript
"Gunnar Stefansson" <gunnar@vefur.is> wrote in message
news:O9OeXaUQDHA.2320@TK2MSFTNGP12.phx.gbl...The ASP.NET server will not know about your client-side> Hihi
>
> I'm using aš <asp:listbox /> and adding items in it with
> client side javascript. When i submit the code and try
> to get the items out of it. It seems like the form is posted
> before and the form does not remember it's items.
items, and therefore can not handle their information.
Either add your items with a server-side script, or do
some clunky Request.Form processing...
--
Jos Branders
Jos Branders Guest
-
xml to combobox, combobox to listbox, listbox todetails
i am going out of my mind looking for a tutorial i am able to use a xml document and the xml connector component to populate a pulldown menu, i... -
listbox to populate a listbox
I am trying to use a listbox that I have setup using flash remoting call to a db. What I want to happen is when you click on a item in first the... -
click listbox and refresh another listbox
Can someone guide me to a resource on building set of drill-down listboxes? Basically I want to have 4 listboxes. The first starts out with... -
Item label displays as "," when moving from listbox to listbox
I have 2 listboxes: "lb_unselected" and "lb_selected". The first thing in the actions is loop through an array populating these two listboxes. ... -
now desparate! - 1st listbox contents disappears when 2nd listbox appears?
On 23 Jun 2003 12:57:45 -0700, KathyBurke40@attbi.com (KathyB) wrote: Its been a while since you posted but I will answer anyway. The problem...



Reply With Quote

