ASP.NET - Master

Asked By Arun Karthik
30-Jul-10 12:43 PM
Hi friends, im fresher in Dot Net. Im having a Doubt in Master Page and web config? 
 how can i explain these objects? Please, help me friends. how to explain?
  Mash B replied to Arun Karthik
30-Jul-10 01:05 PM
 Master Pages

ASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feel and standard behavior that you want for all of the pages (or a group of pages) in your application. You can then create individual content pages that contain the content you want to display. When users request the content pages, they merge with the master page to produce output that combines the layout of the master page with the content from the content page.

Master pages at run time

MasterPagesMerge graphic

For more info how the flow works and for coding refer MSDN site below

http://msdn.microsoft.com/en-us/library/wtxbf3hh.aspx


Web.Config

Web.config is the main settings and configuration file for an ASP.NET web application. The file is an XML document that defines configuration information regarding the web application. The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.
  Arun Karthik replied to Mash B
30-Jul-10 01:27 PM
thanks for ur reply. can i ask some questions? 

what are the sample questions asp.net? if u know please tel me friend
Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B the implementation to Remoting Client? (A) What are LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime? (A) Which config file has all the supported channels / protocol? (A) How can you specify remoting parameters using Config files? (A) Can Non-Default constructors be used with Single Call SAO? (I) How can A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP
net ADO is designed primarily for connected access ADO.net the disconnected access to the database is used In ADO you communicate with the database by making calls to an OLE DB provider. In ADO.NET you communicate with the database through a data adapter (an OleDbDataAdapter, SqlDataAdapter, OdbcDataAdapter, or OracleDataAdapter object), which makes calls to or the APIs provided by the underlying data source. In ADO you cant update the database from the recordset. ADO.NET the data adapter allows you to control how the changes to the dataset are transmitted to the database. On order to get assembly info which namespace we should import? System.Reflection Namespace How tab”) This will fill the dataset with the records starting at 5 to 15 .NET Database interview questions How do you call and execute a Stored Procedure in.NET? Give an in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this
faqs on masterpages Hi all, can anybody tell me the FAQs on Masterpages in asp.net. Thanks alot var Hi What are Master Pages in ASP.NET? or What is a Master Page? ASP.NET master pages allow you to create a consistent layout for the pages in your application A single master page defines the look and feel and standard behavior that you want for all of the
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to
question of OOPs Practical difference between interface and abstract class Delegates and Multi-cast delegates ASP.net page life cycle HTTP module Design Pattern SQL Server interview quries etc. 1. OOPS : http: / / www.coolinterview.com / type.asp and Multi-cast Delegates : http: / / www.c-sharpcorner.com / UploadFile / ankithakur / Delegates06042007014105AM / Delegates.aspx 4. ASP.NET Page Life cycle : http: / / msdn.microsoft.com / en-us / library / ms178472.aspx 5. Http module : HttpModules HTTP modules are .NET components that implement the System.Web.IHttpModule interface. These components