bang head here
Member
So like everyone knows in classic ASP you can mix HTML and the VBScript. Is this not possible in .NET? Im needing to create a table that has a header and there are rows created based on an integer. Before I would just wrte the first row (header) of the table and then loop through the int and create that many rows below. Well how can I replicate that in .NET? Would I need to create two functions lets say and call those somehow? Im a bit lost on how much you can mix HTML and VB in .NET.
Thanks.
Thanks.