Search results for query: *

  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

    Hi i do not quite get the this part. From what i see, Tiers is a table, however from your select query, you are selecting the information from f_compter table. So which is which? Also i can't get this line right in the coding, IsNotNothing is not working in the coding. Thank you. If...
  3. 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