i want to store current Session["ID"] into databse using MVC and Angularjs..
var logi = Session["ID"];
log.LogID = logi;
i want to do something like above.. do anyone have any idea about this...?
LogID is database field name.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmraj ThakurPosted Jan 2, 2018, 4:55 AM
log.LogID = Convert.ToInt32(logi);