I perform a SELECT statement as follows:
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:msdbConnectionString %>" SelectCommand="select * from mydb.dbo.cars"></asp:SqlDataSource>
How to execute the INSERT INTO command? Please, an example of C#.
Go to the complete details ...