CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Voted
No files are attached
monkimo wrote Apr 26, 2011 at 10:44 PM
jongalloway wrote Apr 29, 2011 at 1:01 AM
monkimo wrote Apr 30, 2011 at 4:18 PM
xiazhichen wrote May 1, 2011 at 6:09 AM
taljaardjcf wrote Jun 4, 2011 at 11:41 PM
consiliumt wrote Jun 21, 2011 at 11:32 AM
g24 wrote Aug 5, 2011 at 2:59 PM
[HttpPost] public ActionResult Edit(Album album, int id) { if (ModelState.IsValid) { album.AlbumId = id; db.Entry(album).State = EntityState.Modified; db.SaveChanges(); return RedirectToAction("Index"); } ViewBag.GenreId = new SelectList(db.Genres, "GenreId", "Name", album.GenreId); ViewBag.ArtistId = new SelectList(db.Artists, "ArtistId", "Name", album.ArtistId); return View(album); }
g24 wrote Aug 5, 2011 at 3:01 PM
RajGuptaWa wrote Apr 29 at 5:45 PM
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.