You must Sign In to post a response.
  • Category: ASP.Net MVC

    Template While Adding New View From Controller

    Hello.
    I am new to MVC.
    In ASP.Net, there are 2 panels, Search and Add.
    On landing, search panel gets visible and on Add New request, Add panel gets visible.
    Same scenario I want to implement in MVC.

    Here, On search page, I have some search criteria with dropdown and textbox.
    Also there is grid view to bind the data.
    While adding view from controller for the same, I am confused which Template need to select as it has dropdown binding, gridview binding.
    Also, when we are adding new data, what kind of template required as same panel gets open on click of "View" button like edit case.
    Please help.
  • #768006
    Hi,

    I am bit confused about your question. Are you planning to implement the Search Panel and Add New request in MVC page?

    If that is the question, we have lots of JavaScript and Jquery for those panel implementation in MVC.
    For checking and implementing panels in MVC. Kindly check the following link contains all types of panels


    http://demos.jquerymobile.com/1.4.5/panel/

    Thanks,
    Mani

  • #768016
    Yes.
    My query is regarding panel.
    But, actually these are 2 different views. (Search functionality and Add New record functionality)
    So, while adding those views, what should be the Template (Empty, Create, Details, List etc etc) I need to select.
    This is my actual query.


  • Sign In to post your comments