Posted on: 7/3/2014 3:16:04 AM | Views : 370

Please help!!! I have a very basic web form that I have built in Visual Web Developer 2010 Express using ASP Web Form. I think I have everything set correctly. When I fill out and submit the form no data appears in the database table. What am I doing wrong?
MY .ASPX code:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="CallReportlForm.aspx.vb" Inherits="CallReportlForm" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script language="javascript" type="text/javascript"> // <![CDATA[ function Comments_onclick() { } // ]]> </script> <script runat="server"> ...

Go to the complete details ...