上一篇是使用GridView控件实现数据的显示和删除,这一节设计页面,使用GridView控件实现数据的更新操作,当更新时新闻的内容没有输入则提示“不能为空”。
学习内容:
学习任务一 使用GridView控件实现信息的更新
步骤一:数据源控件定义数据的方法,在newschuli.cs页面中编写代码如下:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
public static void modifynews(newsclass news1)
{
using (SqlConnection cn = dbconn.GetConnection())
{
cn.Open();
SqlCommand cm = new SqlCommand();
cm.Connection = cn;
string sql = "update news set baiduimageplusrect="null" baiduimageplusstatus="2" id="theimg" onclick="window.open(this.src)" src="/uploads/allimg/191220/1-19122013462A62.png" style="width: 553px; height: 417px;" />
延伸 · 阅读
精彩推荐
|