Click here to Skip to main content
15,891,938 members

Comments by Aiham85 (Top 1 by date)

Aiham85 30-Aug-13 5:53am View    
i change it like this:

cmd3.CommandText = "UPDATE Seats SET SeatStatus = 'Y' WHERE FlightId = ('" + flightf + "') AND SeatName = ('" + DropDownList4.SelectedValue + "')";

not working