What is the difference between User Controls and Master Pages
Answer Posted / surender sardana
I Think Both are same but key difference is that , we can
not use mater page in user control................
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
What does session_start () do?
What is csrf attack in asp.net?
Explain the use of view state?
What is the question mark in a url?
What is class and object in asp.net?
How tooltip is set through code-behind in ASP.NET?
How do cookies work? Give an example of their abuse.
How is a session stored and maintained in asp.net?
What is a web pool?
What is the difference between table and query?
i want the asp.net technical questions and answeres
Can I stream live content/events?
How does ASP.NET framework maps client side events to Server side events.?
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.
Where can I get the details on migration of existing projects using various technologies to asp.net?