Quick Question

  • Thread starter Thread starter SQL
  • Start date Start date
S

SQL

In the old ASP, you were able to use variables and the such in the HTML
code, by placing <% %> tags in the code. Can we still do that with
ASP.NET.

I have a dataset that I want to loop through on the page load, and display
the data in an HTML table. I figured I could put this in a function in the
code behind, and call the function from the right spot in the HTML code. Is
this possible? If not, I can I accomplish this without using a datagrid.

Thanks.
 
Back
Top