Skip to content
Loading
Validation on Modal  
  •   
  • class="form-group">  
  • class="control-label col-sm-3" for="IsActive">Active  
  • class="col-sm-2">  
  • "text" class="form-control form-control-sm" id="txtIsActive" disabled 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

    2 Replies

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