What is the difference between User Controls and Master Pages
Answer Posted / vdk
Master pages and user controils are two different concepts.
Master pages are used to provide the consistent layout and
common behaviour for multiple pages in your
applications.then u can add the Contenetplaceholder to add
child pages custom contenet.
User Controls:Sometimes u need the functionality in ur web
pages which is not possible using the Built-In Web server
controls then user can create his own controls called user
controls using asp.net builtin controls.User controlsn are
those with .aspx extensions and u can share it in the
application.
| Is This Answer Correct ? | 39 Yes | 25 No |
Post New Answer View All Answers
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.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How do you declare static variable?
Define managed code and managed data in .net?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the use of asp.net web api?
How to rename a table using sql queries?
What is validation in asp.net?
Explain what does mvc represent in asp.net? : asp.net mvc
Which authentication uses a combination of windows and iis authentication?
What are the options in ASP.NET to maintain state?
IN an ASP.NET Web application if there is any error, how can you debug?
How can you send an email message from an asp.net web page?
How does ASP.NET framework maps client side events to Server side events.?
Define web.config in .net?