I am building sql form using asp.net 3.5 using visual web developer express. this is my sql statement: SelectCommand="SELECT [ID], [School_name], [School_Gender] FROM [Schools] WHERE [School_name] = 'School A' "
Instead of typing School A, i want the value to be passed from a textbox that i...