Hi all,
How do I add a label next to a textbox during runtime in asp.net? Unlike window form, I can't set the location of the control. So how do I instantiate a label and set the location next to a declared textbox?
Or may be adding a string like "<span>my message</span>" next to the textbox will work for me as well.
Thank you.