Tag: asp.net

Order DOES matter when it comes to EmulateIE7!

So, here's the story in a nutshell: IE8 breaks some pages that were made with Visual Studio. Specifically, GridView headers won't align themselves left or right, even though you set the option. Bringing IE8 into compatibility mode fixes the problem. Microsoft implemented a meta tag that allows you to bring down IE8 into compatibility mode …

Continue reading

Sending E-mail from ASP.NET

Sending e-mail from ASP.net is not as hard as it could be. You just need to know all the information that you'd normally need to know for setting up a SMTP client…like Outlook Express. I had read that you need to set up an SMTP server on the IIS server that you're running in order …

Continue reading