Tuesday, 17 July 2018

E Marketing website in asp net MVC C# part 3

Click here to download the source code

2 comments:

  1. hello
    please help iam problem create ad post error

    There is no ViewData item of type 'IEnumerable' that has the key 'pro_fk_cat'.

    ReplyDelete

Pass Dynamically Added Html Table Records List To Controller In Asp.net MVC

Controller Code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using ...