Hello, in my program i allow users to create templates which is entered into a datagridview. and i guess the best approach to save it is to serialize the datatable into a string and save it to an SQL xml datafield. is this achievable w/out having to write into an external file. thanks