Skip to content
Loading
How To Open BootStrap Model when User Click On Edit Button?    
  •     
  •         class="form-group">    
  •             class="col-md-offset-2 col-md-10">    
  •                 "submit" value="Save" class="btn btn-default" />    
  •                 
  •             
  •         
  • }    
  •     
  •     
  •     @Html.ActionLink("Back to List""Index")    
  •   
  • I want to open the BootStrap Model When the user click on the edit button??
     
    My empid is fetch when I click on Edit Button but my Edit view is Not open??
     
    Edit view is a partial view. empid is fetched when I click on edit button but my edit partial view is not open ??
     
    see browser logs:
     
     
    How to open edit view when click on the edit button?
     
    plz help?? 

    1 Reply

    Know the answer? Post it — somebody with the same question will find it here.