2011-09-08 20 views

答えて

0

EditIndexプロパティはGridViewを使用する必要があります。

GridView1.EditIndex=1; 
//code to rebind the GridView 

または、次のコード

GridView1.EditIndex=e.NewEditIndex; 
//code to rebind the GridView 
でGridViewコントロールのイベントを処理しRowEditing