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
Define different execute methods of ADO.NET command object ?
What is the difference in record set and dataset?
How to check if the Dataset has records ?
What are all the different methods under sqlcommand?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain the difference between an ado.net dataset and an ado recordset?
What are the ado.net components?
How to work with disconnected data - the dataset and sqldataadapter?
Which keyword is used to accept variable number of parameters?
What does ado stand for in ado.net?
Define the data provider classes that is supported by ado.net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Which is faster datareader or dataadapter?
What is ole in vb?
What is ole db and odbc?