blah blah blah is here! blah blah » Close

1
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 ...

Feedback