What is the difference between User Controls and Master Pages
Answer Posted / nazrul
user control
1)it extension is .ascx.
2)it can be more than one on single web page.
3)it doesn't contain Contentplaceholder.
4)it doesn't work like a fixed template.it can be
display in diffrent manner in diffrent page.
MasterPage:
1) it extension is .Master.
2)it used like a template.
3)it contain ContentPlaceHolder.
| Is This Answer Correct ? | 51 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What does mean by a neutral culture?
Where web.config file is used?
What is viewstate in asp net with example?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How you can access the properties and controls of master pages from content pages?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
List of words of preprocessor in .net?
Explain Features in ASP.NET
What are sessions in asp net?
What are httphandlers and httpmodules and difference between them?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
How to find out what version of asp.net I am using on my machine?