It depends what you are trying to do. If you are trying to add a HTML control like it looks like from your example, you should create a new control and add it to the page via the Controls.Add method.
asp.net seperates markup (presentation) from logic (code). for every web control there is an object to represent that. you don't need to use Response.Write to modify the web form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.