B
barry
I am creating a custom control using the tag below to create a button
output.RenderBeginTag(HtmlTextWriterTag.Button)
The button gets rendered but would like to put some text on the button.
Can you do it using HtmlTextWriterAttribute? Have not been able to succeed.
thanks
output.RenderBeginTag(HtmlTextWriterTag.Button)
The button gets rendered but would like to put some text on the button.
Can you do it using HtmlTextWriterAttribute? Have not been able to succeed.
thanks