hi,
i am getting an error like Newline in constant, when i run this code
string query = "SELECT Tname FROM Theater t WHERE ((location="+DropDownList1.SelectedValue+") &&
(m.mid=t.mid) && (Mname="+DropDownList2.SelectedValue+") && (category="+DropDownList3.SelectedValue+") && (m.mid=s.mid)");
Thanks