M
Martin Arvidsson, Visual Systems AB
Hi!
I have a couple of newbee questions.
I have a .aspx page with a couple of TextBoxes and a submit button.
Now...
When i press the submitbutton i want the data in the TextBoxes to be saved
in my Sql Table.
Do i have to manually create an insert statement and get the text with the
Text property from each TextBox
or is there a way to set a DataSet and then issue a save statement?
Next question is.
When i submit the page and the information is stored i want to go to a new
page
How can i do that?
Any links, code samples, points to the right direction would be greatly
appreciated.
Regards
Martin
I have a couple of newbee questions.
I have a .aspx page with a couple of TextBoxes and a submit button.
Now...
When i press the submitbutton i want the data in the TextBoxes to be saved
in my Sql Table.
Do i have to manually create an insert statement and get the text with the
Text property from each TextBox
or is there a way to set a DataSet and then issue a save statement?
Next question is.
When i submit the page and the information is stored i want to go to a new
page
How can i do that?
Any links, code samples, points to the right direction would be greatly
appreciated.
Regards
Martin