ASP.Net Development

I've been developing with ASP.Net since .Net was a pup, and classic ASP before that.  I can tell you ASP.Net 2.0 is the most amazing web application development platform ever.  Seems everything that was done manually or was difficult before is just built in now.

Of course a software platform this big has lots of ins and outs.  I'll share what I find as I develop and learn with ASP.Net

Links

Microsoft's official home page for ASP.Net is here.

ASP.Net Request Object

The Request object can give you all sorts of information about the user, their browser and what they submitted to the form.  Click here to see what you are sending to the server.  Since the Request object also contains all form values sent, here is an example.  Fill in the text boxes below and click the button.

What is your name? What is your quest? What is your favorite color?

Articles List