i want 2 pass values(enterd in textbox)to table in sql
server without using stored procedure in c#.plz tell me
code with an example.
Answer Posted / srinivas shahukaru
we havwe differnt ways to pass data to back end .we can pass
data in dis way also
cmd.Command Type=CommandType.Text;
then we can pass values values using inserrtquery in sql
server... insert into tablename values ('textbox1.text,...);
Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is the DataTableCollection?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What does ole stand for in excel?
What are the objects of ado.net?
What is the use of connection object in ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is dbcontext and dbset in entity framework?
Explain the differences between oledb sql server, oledbdotnet provider?
How can we add/remove row's in "datatable" object of "dataset"?
What is the difference between SqlCommand and SqlCommandBuilder?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are the advantages of ado.net?
What is a sqldataadapter?
What are all features of ADO.Net?