what is use of doctype tag in asp.net
Answer / 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 |
If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?
What is parse in asp.net?
what is the trace in ASP.NET
Is asp.net a programming language or framework?
Difference between Htttppost and Httpget Methods?
What is a WebService and what is the underlying protocol used in it? Namespace?
Describe in brief .net framework and its components.
To redirect the user to another page which method do we use without performing a round trip to the client?
What is meant by ispostback in asp net?
What does setting a control's EnableViewState property to false accomplish?
What is the difference between cookie and session?
How do you implement postback with a text box?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)