sedalnas 0 Newbie Poster

Hi, can i insert data into database by calling a stored procedure and a DataTable object , i mean that if i can send some values using SQLCOMMAND.PARAMETER.ADD(...) to the SP and the other some values using DataTable that were added to it after inserting a new row to the DataGridView control ?