Howdy! :D How are ya?
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.
Could anyone give me a light? :DDD
Thanks in advance.