J
John Rivers
Hi
I am new to ASP.NET and I am trying to create a very simple form
with one TextBox and one Button
which will update one record
The TextBox is data bound to: "select top 1 value from table"
I am using SqlDataAdapter.Fill(DataSet) and TextBox.DataBind()
I have setup the SqlDataAdapter UpdateCommand
what do I do next?
John
I am new to ASP.NET and I am trying to create a very simple form
with one TextBox and one Button
which will update one record
The TextBox is data bound to: "select top 1 value from table"
I am using SqlDataAdapter.Fill(DataSet) and TextBox.DataBind()
I have setup the SqlDataAdapter UpdateCommand
what do I do next?
John