Saving data with button in sql database
am 16.10.2007 21:50:21 von Zeljko BilandzijaHi,
can somebody help me in this?
I want to insert some data in table on this way; i have button, and in
Button_Click event handler i have integer variable with some data (for
example, variable = 10), and i need to insert this data in database
SomeBase, in table named SomeTable, in column named SomeColumn. (That column
have only one record).
I have on page SqlDataSource control which is binded with database,
DetailsView control that display that data, and button that need to change
data.
I working in Visual Studio 2005, Visual Basic .NET 2005
If anybody can help in this....