Lots of Response.Writes of HTML - How do YOU do it?

T

TinyTim

I'm a newbie at ASP & HTML. It seems that when you use server side
code and you're going to return a customized HTML form with several
fields and labels, you have to do an extensive amount of
Response.Writes.

Are there any tools that will let you design the form then convert
that form to Response.Writes that you can further customize with ASP
logic? For instance: use Dreamweaver to design the form, then another
program to convert to response.writes in an aspx file.

What's the easy way of doing it? Just trying to make it less
laborious for me.

Response.Write "Thanks,"

tt
 
C

Curt_C [MVP]

are you talking ASP or ASP.NET. The .Net really doens't need any Resp.Write
commands, it's using server controls almost exclusively.
 
T

TinyTim

are you talking ASP or ASP.NET. The .Net really doens't need any Resp.Write
commands, it's using server controls almost exclusively.


ASP. (Maybe the wrong forum now?)

(Using Snitz Forum as an example.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top