how to add css class to asp tags

Well.. since no one else is saying it...

ASP and CSS are completely independent technologies.

ASP is a server side language that CAN produce HTML.

In that HTML, since you are in control of your ASP, you can output classes, etc... Those classes can then be used to control layout and styles using style-sheets. If you wan't quick and dirty, you can also output style directly into the HTML tag that ASP produces.

Now, if you are talking about server side scripting delimiters (these or these), then your value portion in the example:<%Response.Write(value)%> will have to have formatted HTML with the classes/styles as explained above.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.