I am doing a movie booking system, my booking page consists of buttons, representing as seats. Each time this seat is clicked, the button number is listed into a listbox.
For example, buttonA1, buttonA2 are clicked. The listbox display this two as A1 and A2. How can i save A1 & A2 into the SQL Database without selecting them with index.
Also, how can i save them as two separated records with commas in the same column in the SQL table known as SeatNo.
Is it possible? Help urgently! :!: