??? did i do something wrong???
tbScannerTable is missing after pressing the button.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link rel="stylesheet" href="Style/bootstrap.min.css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="lbErrorMsg" Text="" ForeColor="Red" runat="server"></asp:Label>
<h2>There are <%= totalFilesNo %> documents in the Scanner.</h2>
<asp:Table ID="tbScannerTable" runat="server" CssClass="table">
</asp:Table>
<asp:Button ID="btCheck" CssClass="btn btn-success" runat="server" Text="Check Company" />
</div&g ...
Go to the complete details ...