1
votes
votes
1 answers
ASP.NET Controller question
I have followed tutorial for editing in contact manager on [url] [/url] and here is pease that i have problem with [code] public ActionResult Edit(int id) { var contactToEdit = (from c in _entities.ContactSet ...
