Загрузка страницы

insert update delete in asp.net with c# using sql

how to use insert,update delete command in asp.net with SQL databases ,it is basics of 3 command.
link code is " using System.Data.SqlClient; "

public section is SqlCommand cmd = new SqlCommand();
SqlConnection con = new SqlConnection();
SqlDataAdapter sda = new SqlDataAdapter();
DataSet ds = new DataSet();
and connecting string is

con.ConnectionString = "Data source=DESKTOP-925FMG7;initial catalog=demo;integrated Security=true";
con.Open();

our other youtube channel Computer Knowledge
https://www.youtube.com/channel/UCWgy5PQzcId5USQkm4edQzw

Видео insert update delete in asp.net with c# using sql канала Asp Web
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
14 декабря 2016 г. 14:11:16
00:07:43
Яндекс.Метрика