to save the contents of a text box:
it depends if you are saving to a file or to a DBMS
for a DBMS like sql server, just get your connection strings right, then use this
textbox1.databingds(text, datasource, connectionstring)
try it yourself but if you cant then i'll send you a complete code