วันพุธที่ 20 พฤศจิกายน พ.ศ. 2556

GridView:RowDataBound

Private Sub GridView1_RowDataBound(sender As Object, e As GridViewRowEventArgs) Handles GridView1.RowDataBound
        If e.Row.RowType = DataControlRowType.DataRow Then
            Try
                Dim numss As Label = CType(e.Row.FindControl("lblNum"), Label)

            Catch ex As Exception

            End Try
        End If


End Sub

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

การใช้ WebClient สำหรับเรียก URL

Dim _url As String = " https :// www . MyDomain . com /?q=ทดสอบ " Dim wc As New System . Net . WebClient () wc . Encodin...