V
verb13
A friend proposes to use the old (classic asp) way to write asp.net
pages, i.e. mixing html with asp.net code (using Response.Write). He
doesn't use either controls or events. The point is that this way one
has greater control over the html output (plus the learning curve is
shorter if one is coming from a classic asp background).
I would like your views on the following:
1)How popular is that method? Are there people that use it?
2)What are the disadvantages?
3)Is it really so bad that it is out of the question?
pages, i.e. mixing html with asp.net code (using Response.Write). He
doesn't use either controls or events. The point is that this way one
has greater control over the html output (plus the learning curve is
shorter if one is coming from a classic asp background).
I would like your views on the following:
1)How popular is that method? Are there people that use it?
2)What are the disadvantages?
3)Is it really so bad that it is out of the question?