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 datareader c#?
What are the delegates in c#?
What is the difference between array and arraylist in c#?
What is writeline?
How to exclude a property from xml serialization?
What is action c#?
Illustrate race condition?
Name some string escape sequences in c#.
What is the difference between dll and lib?
Why do we use interfaces in c#?
What is the difference between returning iqueryable vs ienumerable?
Can we inherit class that contains only one private constructor?
What is a thread c#?
Is char * null terminated?
What is window application in c#?