hi, i have got three textboxes, when the 3 texbox value is passed, i want the report to be loaded in the report viewer, i am getting the error, here is my code
<table class="auto-style1">
<tr>
<td colspan="2"><strong>Entry Advance Clearence Certificate</strong></td>
</tr>
<tr>
<td class="auto-style2">Arrival Dec No:</td>
<td>
<asp:TextBox ID="txtCuo" runat="server" style="margin-left: 0px" Width="91px"></asp:TextBox>
<asp:TextBox ID="txtAdvId" runat="server" Width="76px"></asp:TextBox>
<asp:TextBox ID="txtYear" runat="server" Width="50px"></asp:TextBox>
<asp:Toolki ...
Go to the complete details ...