Answer Posted / ajrun
Dim Query
Query="insert into TableName(username)values('" &
txt_username.text & "')"
Dim cmd as sqlclient.sqlcommand=new
sqlclient.sqlcommand(Query,connection)
cmd.ExecuteNonquery()
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are controls in windows forms?
How many navigational features are provided by visual studio.net ide?
Explain how to get records from a database?
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is form design?
Where to use new keyword other than create instance?
Explain how to split a column header in gridview using c#.net?
How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
What is form and its uses?
How to get records from a database?
Name the template that is used to create a user-defined component.
how barcode print on the win form
Explain how save rerecord in the database?
how see report periviwe
Are windows forms still used?