S
Simon Harvey
Hi All
I am making a particular asp.net page using the codebehind method. What I
need to do is write out html in the code behind into a specific place in the
page. Somewhat like the way Servlets work.
I have a couple of questions I hope someone can help with:
1. Can I output html by doing something like Response.out.write("<b>"); and
is this the best way to do it
2. How can I add some sort of placeholder for where I want to inject the
html?
I should also add that I don't want to use the other asp.net mechanism that
doesnt use code behinds
Thanks everyone.
Simon
I am making a particular asp.net page using the codebehind method. What I
need to do is write out html in the code behind into a specific place in the
page. Somewhat like the way Servlets work.
I have a couple of questions I hope someone can help with:
1. Can I output html by doing something like Response.out.write("<b>"); and
is this the best way to do it
2. How can I add some sort of placeholder for where I want to inject the
html?
I should also add that I don't want to use the other asp.net mechanism that
doesnt use code behinds
Thanks everyone.
Simon