Using loops <TD><%= Response.write("Data")%> </TD>...

G

Guest

Dear experts

i have just migrated from asp to asp.net and i am missing the loop for
creating tables. while in asp one could just start a loop anywhere withing <%
%> is this out of style in the .Net Scenario?

Thanks
Manish
 
S

sloan

Abort, Abort, Abort!


In 1.1, use a datagrid, datalist or a repeater. DataGrid is the easiest,
Repeater gives the most flexibility.

In 2.0, Use a GridView or Repeater.

Response.Write "<this>", Response.Write "<that>" is largely never used.

........
 

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

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top