@using Quoc_OOP_27092020.Entity;
@using Quoc_OOP_27092020.DAL;
@using Quoc_OOP_27092020.BussinessLogic;
XL_Sach xl = new XL_Sach();
List<Sach> dss = xl.docDSSach();
string tuKhoa = string.Empty;
if(Request["btnTim"] != null)
tuKhoa = Request["tuKhoa"];
<meta name="viewport" content="width=device-width" />
<form action="~/Views/MH_DocSach.cshtml" method="get">
<label for="tim">Tim Sach: </label>
<input type="text" name="tuKhoa" id="tim" value="@tuKhoa" />
<label for="btnTim">Tim Sach: </label>
<input type="submit" name="btnTim" id="btntim" value="Tim Sach" />
<a href="~/Views/MH_ThemSach.cshtml">Them Sach</a>
<table style="width:100%; ">
<a href="~/Views/MH_XoaSach.cshtml?msx=@s.MaSach">Xoa Sach</a>