-
1 Attachment(s)
Render ASPX control
hai,
im using some function in my .aspx.vb (codebehind page)
[Ref:txt file attached]
Actually i am calling this function in my page load event of my page as
response.write(constructMsg())
the string contains a server label control. how to render that in my page.
Where to write the handlers for this controls?
Is this is possible? What is the way to accomplish this task.
V.R.Mahendran
-
Re: Render ASPX control
Yes, it is possible. Create a form, put a label on it and copy the html that is produced. If you drop a button on the form and put code-behind for it, then remove it, the rendered code will work.
-
Re: Render ASPX control
I'm not sure I understand what you are doing. Do you want to add a label at run time or what?