Click here to Skip to main content
15,921,279 members

Comments by ShoaibMehsud (Top 10 by date)

ShoaibMehsud 15-Jul-14 5:17am View    
public class HomeController : Controller
{
//
// GET: /Home/

public ActionResult Index()
{
MEntities M = new MEntities();
// var alb = M.Albums.ToList();
var alb = M.Genres.ToList();
return View();
ShoaibMehsud 15-Jul-14 3:47am View    
no work :(
ShoaibMehsud 15-Jul-14 3:23am View    
not work :(
ShoaibMehsud 15-Jul-14 3:18am View    
@foreach loop
ShoaibMehsud 24-Feb-14 2:31am View    
Thank you Sir g :)