Thanks for your answer, it is amazingly helpful. I think you hit the nail in the head with my issue. The paradigm shift is what is giving me trouble. I feel "boxed in" with ASP.net. Everything feels canned and you can't really deviate much from it.
For example, I could do a grid view to get my data in the example, but what if I wanted to show passing stats (if a player is a QB) in the next cell and rushing stats (if a player is a RB) in the next cell? What if I wanted the output to be like this:
Joe Montana - 12 completions, 15 attempts, 166yards, 4 TD 0 int
Bo Jackson - 10 attempts 450 yards, 1 TD
I find learning how to do this very hard in ASP.net. Is this the wrong language for me? Can ASP.net be used with classic ASP?
I understand the concept Event Driven well (i use javascript alot) but the OOP is still pretty new to me. Thanks for the info, I will keep trying to learn!
I am a PHP programmer trying to convert to ASP.NET. Be kind!