G
Guest
Dim Override As TextBox = CType(uxTimeEntry.FindControl("uxOverride"),
TextBox)
Override.Attributes.Add("onblur", "Override();")
why do I get the message like "object reference not set to an instance of an
object"?
how can I fix?
TextBox)
Override.Attributes.Add("onblur", "Override();")
why do I get the message like "object reference not set to an instance of an
object"?
how can I fix?