Macro in ASP.NET
Quick (and non-scientific) poll. How do you feel about sort of ASP.NET macros? What's that?
My definition of ASP.NET macro is some markup text that is detected and expanded before the whole ASPX source is passed to the runtime for compilation. For example:
<dino:header title="Hello">
expanded to pure HTML (of course...)
<TABLE width="100%">
<TR> <TD>Hello</TD> </TR>
</TABLE>
Is it a far-fetched idea? Uhm, not sure. I've just seen a couple of posts to the public ASP.NET newsgroup. I'm not alone...