SQL Binding
Unable to bind data to the SQL Data base at http://cforedu.com Question, are we using the correct SQL Commands to bind data to the SQL Database. The front page code is located at http://cforedu.com Here is the code behind: Partial Class _Default Inherits System.Web.UI.Page Protected Sub InsertButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles InsertButton.Click End Sub Protected Sub InsertCancelButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles InsertCancelButton.Click End Sub Protected Sub InsertButton_DataBinding(ByVal sender As Object, ByVal e As System.EventArgs) Handles InsertButton.DataBinding End Sub End Class
November 10th, 2010 7:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics