■31922 / inTopicNo.4) |
Re[2]: DataGridViewのRowCommandイベントで |
□投稿者/ みっきー (6回)-(2009/01/30(Fri) 11:08:38)
|
■No31907 (みきぬ さん) に返信
以下のようなコードを書き、Lbanner_id(ラベル:非表示)になっている値を取得したいのですが、 うまくいきません。エラーなどは出力されませんが、 string ViewにはSystem.Web.UI.WebControls.Labelが入ってしまいます。 欲しいのは、値が欲しいのですが・・・どのように直せばいいのでしょうか?
protected void DataGridView_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "Select") { string View = this.DataGridView.Rows[Convert.ToInt32(e.CommandArgument.ToString())].("Lbanner_id").ToString(); } }
> ■No31904 (みっきー さん) に返信 >>どのように書いてよいのか分かりません。 > > まずは質問を正確に書く。
|
|