P
popman
I develop a class which inherits textbox class.and I override the
CreateChildControls method like code below:
Protected Overrides Sub CreateChildControls()
Controls.Add(New LiteralControl("<b>kkkkkkkkkk</b>"))
End Sub
But it didn't work.What's the problem?
Thanks.
CreateChildControls method like code below:
Protected Overrides Sub CreateChildControls()
Controls.Add(New LiteralControl("<b>kkkkkkkkkk</b>"))
End Sub
But it didn't work.What's the problem?
Thanks.