Search results for query: *

  • Users: natersuk
  • Content: Threads
  • Order by date
  1. N

    Disable ASP.NET Button from Listbox

    I would like to know how i can disable asp.net button from the items in a listbox. I am working on a movie booking seat page. The listbox retrieves the seats from the database. The buttons represents the seats and are suppose to be disabled from clicking once it has been booked. How can this be...
  2. N

    SqlDataAdapter bind to a listbox through clicking a dropdownbox

    I am using an SQLDataAdapter to bind information from a database table to a listbox. However, the user have to select an item from a dropdown list box, DropdownMovie before the information for that particular movie is bind to the listbox. No errors in the codings. But when i run it, i got...
Back
Top