首页上一页 1 下一页尾页 6 条记录 1/1页
看下程序问题
发表在ASP.NET图书答疑
2008-10-24
是否精华
是
否
版块置顶:
是
否
string stuName =((TextBox)(GridView1.Rows[e.RowIndex].Cells[1].Controls[0])).Text.ToString();
string stuSex = ((TextBox)(GridView1.Rows[e.RowIndex].Cells[2].Controls[0])).Text.ToString();
string stuHobby = ((TextBox)(GridView1.Rows[e.RowIndex].Cells[3].Controls[0])).Text.ToString();
程序报错,不能进行编辑功能
string stuSex = ((TextBox)(GridView1.Rows[e.RowIndex].Cells[2].Controls[0])).Text.ToString();
string stuHobby = ((TextBox)(GridView1.Rows[e.RowIndex].Cells[3].Controls[0])).Text.ToString();
程序报错,不能进行编辑功能