Answer Posted / alb.shah
Master pages allow you to dictate the layout and common
content for the pages in your application using template
files with a .master extension. The Themes feature in
ASP.NET 2.0 allows you to dictate the appearance of
controls in your application using template files with
a .skin extension, and with style sheets. In this article,
we will examine the Themes feature in-depth.
What you ultimately can achieve with the combination of
these two features is the following:
-Easily build a web application with consistent layout and
appearance across all pages
-Easily change the layout and appearance of all pages just
by modifying a few template files
-Easily personalize an application at run time for a
specific user by letting the user chose their favorite look
from a number of appearance and layout options
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the differences between clr & cts?
What are the new web part controls in asp.net 2.0 ?
What are the event handlers that can be included in the Global.asax file?
What is true about application service provider?
How do you do Client-side validation in .Net?
What is latest version of asp.net mvc? : Asp.Net MVC
What are the server control tags in asp.net.?
How can you make sure that web api returns json data only?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What methods are fired during the page load? Init()
What do you mean by authorization?
A Web Service Can Only Be Written In .net. Is it True??
What language is asp.net written in?
What are sql joins?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "