Skip to content
Loading
How to pass values on click of Edit/Delete  
  •   
  • class="form-group">  
  • class="control-label col-sm-3" for="IsActive">Active  
  • class="col-sm-2">  
  • "text" class="form-control" id="txtIsActive" placeholder="Active">  
  •   
  •   
  •   
  •   
  • class="modal-footer">  
  • @*"button" class="btn btn-primary" id="btnAdd" onclick="return Add();">class="glyphicon glyphicon-ok">Save*@  
  • "button" class="btn btn-primary" id="btnAdd" onclick="return Add();">Save  
  • "button" class="btn btn-primary" id="btnUpdate" style="display:none;" onclick="Update();">Update  
  • "button" class="btn btn-warning" data-dismiss="modal">Cancel  
  •   
  •   
  •   
  •   
  • Thanks

    4 Replies

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