textbox problem
hi everybody ;
i need to know how to save the data that a user may enter into a textbox
using form.
like : " i have a First Name text box , and the user typed in his name "
so , what is the code behind the savebttn to save his name into the DB , and do i need to make additional steps on the textbox's property ; like binding to a fiels ???
and how to use a textbox's value as a condition in a select statement
like : " i need to find an employee with an Id = 5 , so the " 5 " will be entered into the textbox and the data of that employee will appear in a datagrid "
thanks alot
|