1.gridview Դ?源码?
2.Android开发gridview功能
gridview Դ??
string a = this.GridView2.DataKeys[e.RowIndex][0].ToString();
string str = ((TextBox)this.GridView2.Rows[e.RowIndex].Cells[0].Controls[0]).Text;
string ds = ((TextBox)this.GridView2.Rows[e.RowIndex].Cells[1].Controls[0]).Text;
SqlConnection con = new SqlConnection("Data Source=.;Initial Catalog=Test;Integrated Security=True");
con.Open();
SqlCommand cmd=new SqlCommand("update T1 set T_title='"+str+"' ,T_date='"+ds+"' where T_id='"+a+"'",con);
if (Convert.ToInt(cmd.ExecuteNonQuery()) > 0)
{
Response.Write("更新成功");
}
else
Response.Write("更新失败");
bind();
}
Android开发gridview功能
parent.getAdapter().getItem(position)
parent.getItemAtPosition(position)
这两个方法都行,返回Object类型,源码易源码 tcp你可以进行一下转型
注:如果你看源码的源码刀塔 源码话会发现其实都是用adapter.getItem(position) 获得的
空格源码_空格代码
易语言软件源码查看_易语言源码查看器
如何扒网站源码_怎么扒网站源码
php 招聘网站源码_php招聘网站源码
会说话的汤姆猫 源码_会说话的汤姆猫代码
linux 安装内核源码_linux安装内核源码