Answer Posted / ratnesh
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Valid XHTML Web pages must contain a DOCTYPE declaration
that identifies the page as an XHTML page and references the
XHTML schema to which it conforms. The page must also
include attributes on the HTML tag that reference the XHTML
namespace. ASP.NET does not automatically create a DOCTYPE
declaration when the page is rendered. Instead, you should
create the DOCTYPE declaration with the appropriate XML
namespace references.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain global assembly cache.
What is the difference between session and viewstate?
What does aspcompat="true" mean?
What is HTTPModule and HTTPcontext? What is the use of each?
How many types of cookies are there in asp.net?
How many ways are there to maintain a state in .net? What is view state?
Explain how asp.net different from asp?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What are the components of ado.net?
What is difference in .net 1.1 and .net 2.0?
How do cookies work?
Differentiate between structure and class.
What is GAC in ASP.NET 2.0
What are the new login controls in asp.net 2.0?
What is the difference between mvc and asp.net? : Asp.Net MVC