Dim body As htmlcontrol
body = CType(Page.FindControl("Body"), htmlcontrol)
If Not IsNothing(body) Then
body.Attributes.Add("onLoad", "begintimer()")
End If
แบบนี้มันหา body ไม่เจอครับ ผมเข้าใจว่า มันโหลด masterpage เข้ามาทีหลังเลยไม่เจอ ไม่ทราบว่าจะใช้อะไรแทนได้มั่งครับ