Saving the data

hi,
iam using this code for saving the records
DataSet dsSupports1 = new DataSet();
dsSupports1 = (DataSet)GridWeb1.WebWorksheets[0].DataSource;
SqlDataAdapter daSupports1 = new SqlDataAdapter("SELECT * FROM TblSupport where ProjectId='" + ProjectId + "'", con);
SqlCommandBuilder cmdbuilder = new SqlCommandBuilder(daSupports1);
daSupports1.Update(dsSupports1, "TblNote");

iam using formulas in this.
after clicking the arrow button iam clicking on save button. but its saving only the values we enterd manually, its not saving the values generated by formulas
can you rectify this problem

swapna

Hi,

Well your code does not make complete sense. Please create a sample solution give us complete details about your scenario and your steps invoved in it with their sequence. Please zip it and post it here. It will really help us to reproduce the problem. So that we may check and sort it out. Also give us the details about your env. OS, .Net framework etc. Do you use AJAX extension and which one?

Thank you.