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 is a windows based application?
What is the use of play() playlooping() functions?
Explain how barcode create in the report?
What is form and meaning?
What is the synonym of form?
What is the difference between desktop application and windows application?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
Where is system windows forms dll?
What is the difference between a document and a form?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
Explain how to split a column header in gridview using c#.net?
What is the extension of a compiled help project file?
Explain the difference between listindex and tab index?
Explain how to net forms the windows?
Name the property which is used to specify the source from where the crystal reports would be accessed.