eCommerce Website Part 13 Layout Design

  eCommerce Website  Part 13 Layout Design

Hi, Dear's here we learn how to implement eCommerce Website in Visual Studio using C# ASP.NET MVC. Ilyasoft software company provide full project step by step training on our YouTube Channel ilyasoft software company so now subscribe, share and like for more project base tutorials



In this video we are going to design layout and also implement filter in table views for more details click here: watch vedio

Layout Design Materials Download Materials.

Create BasicConfigurationController and create one by one below action's:

 > Filter Code(For Search in List Views)

     Add below code in list views :  Before add code first set <tbody id="myTable">

        <div style="float:right;" class="form-group">
                <input type="text"
                       style="background-image: url('@Url.Content("~/Content/Template/images/searchicon.png")'); background-position: 10px 5px; background-repeat: no-repeat; font-size: 16px; padding: 12px 20px 12px 40px; border: 1px solid #ddd; margin-bottom: 12px; "
                       class="search form-control"
                       id="myInput"
                       placeholder="What you looking for?">
            </div>

Comments