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
Please explain the basic string operations used in c#?
In object oriented programming, how would you describe encapsulation in c#?
How does yield return work c#?
What is difference between interface and abstraction?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What is ildasm and obfuscator in net?
What is difference between ienumerable and ienumerator in c#?
What is the difference between xml documentation tag?
What is form feed and carriage return?
What is an inheritance ?Give an example in which inheritance is used?
What is class method c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What is a statement c#?
what is virtual method in c#?
Are c# objects passed by reference?