Search results

  1. A

    how to get asp.net sql select statement to get its value from textbox?

    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...
Back
Top