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
What is the difference between internal and protected in c#?
Define a partial class?
How do destructors and garbage collection work in c#?
What are the advantages of using delegates in c#?
Is python easier than c#?
What is iqueryable?
What is the use of system.environment class in c#.net?
What language is c# similar to?
What is readline c#?
What is the use of inheritance in c#?
Why dependency injection is used in c#?
What is string concatenation?
Explain the difference between abstract class and interface.
What is an inheritance ?Give an example in which inheritance is used?
What is called method in c#?