how to retrive a TextBox value in to Sql database using C#
windows form application coding
Answer Posted / shanta
You should pass query as
insert into <tablename>('"+textbox.text+"')
no matter whether it contains number or string type value
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
Write the syntax for catching an exception in c#?
What is the use of console readkey in c#?
What does .length do in c#?
Are arraylist faster or arrays?
Are arrays value types or reference types?
What is mvc firstordefault?
What is the base class in .net from which all the classes are derived from?
List the differences between method overriding and method overloading?
What do you mean by parsing and how to parse a date time string in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is a streamwriter in c#?
What are PE(Portable Executable)?
Why do we use constructors in c#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Define an assembly in .net?