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 application c#?
Can we inherit partial class in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
What is a streamwriter in c#?
Is unity object oriented?
What is Wrapper class in dot net?
What does == mean in c sharp?
What is _viewstart cshtml?
What does exclamation mark mean in access query?
Is c# pass by reference?
Explain About Iunknown interface Queue
Do events have return type c#?
What is the use of convert toint32 in c#?
Can a private virtual method can be overridden?
Is c# or c++ better for games?