var db = ApplicationContext.Current.DatabaseContext.Database;
var updateQuery = new Sql("update table set name = @0 where id =
@1,arg0,arg1);
var response = db.Execute(updateQuery);
Use this like umbraco sql query to update your details
I Assume that you Know MVC paradigm just follow that you will easily update the records.
Update Record c# function
Hi
I haven't been able to find any answers in here, that explains how to create a function to update/edit a form record.
I would like to create an administration page behind login, where admins are allowed to edit in some of the fields of a record. Is this possible?
/Marianne
Use Umbraco Sql Query to update the Details.
Update Query
Use this like umbraco sql query to update your details
I Assume that you Know MVC paradigm just follow that you will easily update the records.
is working on a reply...