Posted on: 1/18/2014 12:15:52 PM | Views : 358

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>&nbsp; <asp:TextBox ID="txtCuo" runat="server" style="margin-left: 0px" Width="91px"></asp:TextBox> &nbsp;<asp:TextBox ID="txtAdvId" runat="server" Width="76px"></asp:TextBox> &nbsp; <asp:TextBox ID="txtYear" runat="server" Width="50px"></asp:TextBox> <asp:Toolki ...

Go to the complete details ...