What is the difference between User Controls and Master Pages
Answer Posted / shaik mujahid
Master page inherits all child pages in contentplace holder
and usercontrol can be placed in master page
user control is a control which must be placed in a page to
perform specific task
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How can you display all validation messages in one control?
Is asp.net and .net the same?
What are cookies in asp.net?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How you will manage the state of ASP.NET controls?
How information about the user's locale can be accessed?
Describe the application event handlers in ASP.NET?
Define authentication and authorization.
How can we create custom controls in asp net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the difference between application state and session state in asp net?
What are the versions of garbage collection?
Why mvc is faster than asp.net? : Asp.Net MVC