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
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Are windows forms still used?
How to use the FindControl() function to preselect an item in my dropdownlist?
Name the class to be inherited for creating a custom control.
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is form description?
What is the synonym of form?
What is form design?
What are windows based applications?
What are the properties of datacontrol?
Name the template that is used to create a user-defined component.
What is formdata?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
What is the difference between pixels, points, and em’s when fonts are displayed?
What is the advantage of a form?