i am using this but it not work
[webmethod]
int noti(int userid) {
var q =(from a in cs.da.notifiactionprocedure
where a.userid==userid
select a).first();
q.status=1
cs.da.submitchanges();
its run but not update database
}
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.
Kinjal SonachhatraPosted Oct 18, 2018, 4:03 AM