All articles with keyword "ASP Pages"
Client vs. Server Validation
A few recent tips have talked about client vs. server-side validation, and a user recently asked me why, if you have client-side validation, do you need server-...
Click for more...
Finding a Place to Build ASP Pages
I do a lot of ASP training, and many of the people I teach don't have machines where they are allowed to build their pages. Their employers restrict some of the...
Sending Data to Microsoft Word
If you want to send your web page content to Microsoft Word, you can do that using a different content type value. Here's the ContentType change you should use:...
Standalone ASP Development
One problem with ASP is that you have to have a server of some sort to use your pages. If you don't have a machine with a web server, you can't test your ASP co...
What's Wrong with Render Blocks
Remember all those tips I've given you about not just dropping blocks of HTML into your ASP pages? I'm not alone in giving these tips. On the CoverYourASP.com ...