Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tina1122

  1. tina1122

    Newbie: Saving all cells in Datagrid from SQL Server

    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?
  2. tina1122

    Newbie: Saving all cells in Datagrid from SQL Server

    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...
  3. tina1122

    Newbie: Saving all cells in Datagrid from SQL Server

    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...

Part and Inventory Search

Back
Top