NCS Logo - Click for home page Northstar Developer Center
Platforms
All Platforms
.NET Framework (1.x - 4.x)
Active Server Pages
ASP.NET
C#
SQL Server
VB.NET
Visual Basic

Keywords
ASP.NET Authentication
ASP.NET Data Access
ASP.NET Page Events
.NET Data Types
.NET E-mail
.NET Functions
.NET System.IO
.NET System.Net
.NET System.Net.Sockets
Active Data Objects
ASP Architecture
ASP Black Belt
ASP Built-in Functions
ASP Built-in Objects
ASP Debugging
ASP Performance
ASP Security
ASP Syntax
ASP.NET Controls
ASP.NET Features
ASP.NET Master Pages
ASP.NET Security
Certifications
COM, DCOM, COM+
Data Access
E-Mail
Errors
HTML Tips
IIS
Object-Oriented Programming
SQL
Uncategorized ASP Tips
VB API Programming
VB Forms
VB Syntax

Book Support
Visual Basic 6 Bible
ASP Bible
ASP Weekend Crash Course
ASP.NET At Work
Creating Web Services

All articles with keyword "HTML Tips"

Adding Line Breaks to Output

Even though you can create an extremely long string and then print it using Response.Write, remember that you might have to go back into your HTML to debug a pr...

Click for more...

ASP Not Loading Properly

A number of users have complained that their ASP pages are not loading properly in particular browsers. If this happens to you, it's not the ASP server-side cod...

Click for more...

Changing Button Colors

Here's a tip sent in by Eric Stokes from South Africa: You can colour form objects in browsers which helps if you are displaying buttons or text fields accor...

Click for more...

Checking Checkboxes

If you've got a form with check boxes on it, remember that if the box isn't checked, you won't get a value back in the Request object. This has caused confusion...

Click for more...

Modularizing HTML Rendering

In previous tips, I've talked about the benefits of generating your HTML code using ASP code, like this: Response.Write "" Under Wi...

Click for more...

Options for Ordered Lists

Besides the default Arabic numerals normally used for ordered lists (created with the OL tag), you can create lists that use other number formats to list ite...

Click for more...

Text Box Data Truncated

A user asked me recently why, when he put the words "New York" into the VALUE parameter of a text box that they didn't show up. The simple answer: he forgot his...

Click for more...

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 ...

Click for more...