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 difference between Optimistic and Pessimistic locking?
Explain ODP.net
What is an example of ordinal data?
How to create dynamic gridview?
What is data view and variable view?
Explain the difference between sqlcommand object and command behavior object?
What is ado in agriculture?
Explain the advantage of ADO.Net?
What are dataproviders?
Define data access layer?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is ambient transaction?
What is ado and rdo?
How to find the given query is optimised one or not?
What are the data providers used in ado.net