⟩ How save rerecord in the database?
Dim Query
Query="insert into TableName(username)values('" &
txt_username.text & "')"
Dim cmd as sqlclient.sqlcommand=new
sqlclient.sqlcommand(Query,connection)
cmd.ExecuteNonquery()
Dim Query
Query="insert into TableName(username)values('" &
txt_username.text & "')"
Dim cmd as sqlclient.sqlcommand=new
sqlclient.sqlcommand(Query,connection)
cmd.ExecuteNonquery()
Do you know Mono support ASP.NETs web services?
Do you know Mono have support for WSE?
Tell me does mod_mono run on Windows?
Do you know SharePoint has two ways to author content, i.e. Smart Client Authoring and Browser-based Authoring?
What is SharePoint Workflow?
What are the components that Workflow Architecture?
What is the difference between method activity and event activity in workflow?
Explain the ways to initiate the workflow?
How to implement workflow in SharePoint?
Explain Two types of workflow supported, i.e. Sequential, State Machine?