Ticket Booking System: Database access issue
问题 I'm creating a Bus Ticket booking system. I have created a database called traveller and two tables named Useriden and BusDB respectively. In the aspx.cs file(Sign Up page), I'm checking for duplicate usernames but it simply navigates to the next page I've tried everything but I'm unable to resolve this issue. I'm not getting any errors or warnings. protected void BtnConfirmSignup_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection("Data Source=(localdb)\\MSSQLlocalDB