Hello Guys, Actually I'm re-writing some of the web sites I did in the past, but in dotnet and my main question, once I'm not using the asp.net technology as I could use, is:
What is the best aproach to get data from a database and show them into a web page? I consider that using a datareader is a good option, because users (in a web portal) will only read information and if need to interact with them, I'll treat using another way. But at a first time, would be more productive for the server and environment in general to use Datareader ? I'm developing using Mysql as database. Thanks for you help. Regards Alex
