Commenting out and testing, I'm pretty sure my error is with the statements:
Dim txtCAGE As TextBox = _
CType(dgItem.Cells(5).FindControl("txtCAGE"), TextBox)...etc
What else would be possible to place in this statement? What could be the error?
I do not have the Query Analyzer accessible on the server I am using the compile the code. I have changed my code though. Here it is:
Private Sub doSave(ByVal sender As Object, ByVal e As System.EventArgs)
Dim myConnection As SqlConnection
Dim myCommand As...
Hi guys,
I'm new to ASP.NET and I am getting an error when I try to save a Datagrid. I am bringing in a table from SQL Server and placing it inside the datagrid which I've turned all the cells into text boxes to display the data and to edit anything at any time. The data is displayed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.