answersLogoWhite

0

ASP.NET is not a programming language. However to come back to your question, you can use a label control to write the description. I prefer to use HTML file rather than an ASPX file for such requirements.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


From where to get railway reservation system project with source code in aspnet 2.0?

railway reservation project using .net frame work


How do you add a file to an website in connect with a database using aspnet with c?

Via FTP.


Am doing project in aspnet for airticket reservation can you give idea where to start the project?

Start with your project charter and define the scope, next define your functional specifications, your system design specifications, as well as a DFD and software development plan.


How to create website in aspnet?

Open up Visual Studio (based on 2008), Click File > New > Project. Expand your language (Vb, C# etc) then select Web and Asp.Net Web Application. This will open up the default editor - put your text or design in and press F5 to run it in the browser.


How many objects in aspnet?

6


What is the default scripting language for ASPNET?

VBScript


What is the fastest way to concat strings in aspnet?

stringbuilder


How does aspnet work?

Asp.Net is client server architecture.


What is the difference between aspnet vbnet and c?

asp.net is website programming vb.net is windows forms programming the visual basic language c#.net is windows forms programming in c# language


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification


How do you make Images show in a website that you creaed in aspnet Visual studio 2005 none of the images show in the browser.Is there some setting in visual studio 2005?

Try adding the tilde ~ at the begining of the path. This starts the path at the website root. "~\images\Image,jpg"