As you can check in attached screenshot that null values are inserted instead of Actual Value
I have an INSERT query further bound with Gridview
The query is:
string cmdStr = fun.insert("SD_Cust_Quotation_Details_Temp",
"SessionId,CompId,FinYearId,ItemDesc,TotalQty,Rate",
"'" + SId + "','" + CompId + "','" + FinYearId + "','" + ProductName + "','" + Qty + "','" + r + "'");