Posted on: 1/27/2014 4:02:10 AM | Views : 631

We are using MVC and trying to build all controls from code behind and should be in generic way. How to build the below format return as html string from code behind. <div class="primary"> <div class="input-group"> <form action="/HLC2/CourseCatalog/Search/" method="GET"> <input type="text" class="form-control input-lg" placeholder="Search"> <span class="input-group-btn"> <button class="btn btn-focus btn-lg" type="submit"><i class="fa fa-search fa-lg"></i></button> </span> </form> </div> </div> Please help me out.

Go to the complete details ...