insert query
-
hi guys i`m a beginner here plz help me :) i have a sqldatasource in my page , and i wana set a query to insert something to it and i just wana do it in C# coding would you please give me a sample please ? ;)
sqldatasource1.InsertCommand="insert into table values(col1,col2) "; sqldatasource1.Insert();
Hope this helps you.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
sqldatasource1.InsertCommand="insert into table values(col1,col2) "; sqldatasource1.Insert();
Hope this helps you.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
You are welcome.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com