ASP.NET Code Behind - DB data to HTML

tyggis

New Member
I'm a PHP developer initiating my studies of ASP.NET, out of necessity, and I would like to know the easier way to retrieve some data from DB into an array and use this array to write some HTML. In PHP I'd pull the data, then use a foreach() loop to write, for example, rows of a table. But I don't have idea of how I would do it in ASP.NET.
 
Back
Top