Hi everyone.
Was just wondering if anyone can help me out with an issue I'm having with a form that searches an MS Access database? I didn't write this code and am actually not a .NET developer at all. This was written by someone about a year ago and that person is no longer available to ask for advice! I just want to fix it!
Here is the code in the .aspx file:
<table cellpadding="10" class="tableTransformation"> <tr> <td> <strong>Keyword:</strong></td> <td> <asp:TextBox ID="txtKeyword" runat="server"></asp:TextBox> </td> </tr> <tr> <td> <strong>Directorate:</strong></td> <td> < ...

Go to the complete details ...