2015年6月23日 星期二

何取得GridView裡TextBox的和RadioButton的值

參考引用來源:何取得GridView裡TextBox的和RadioButton的值
--
  Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowDataBound

        If e.Row.RowType = DataControlRowType.DataRow Then
            CType(e.Row.FindControl("TextBox1"), Textbox).Text=111
        End If

    End Sub

沒有留言:

張貼留言