NewBee Q: Saving TextBox data to Table and display a new page.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Arvidsson, Visual Systems AB

    NewBee Q: Saving TextBox data to Table and display a new page.

    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


Working...