Disable ASP.NET Button from Listbox

natersuk

New member
Joined
Jan 30, 2006
Messages
4
Programming Experience
1-3
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 done?
 
Back
Top