How can you change a Master page dynamically in which event
of page life cycle?
Answer Posted / ss
In Page_PreInit(object sender, EventArgs e) Event ...
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
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.
Why mvc is better than asp.net? : Asp.Net MVC
What are Master Pages in ASP.NET? or What is a Master Page?
What is a global postback url?
Explain what is an abstract class?
Explain the difference between asp and asp.net?
What threading model used in asp and asp.net?
Is asp.net mvc still used? : Asp.Net MVC
What do you mean by View State and what is its role?
What is fulltrust?
what is publisher?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
How you can stop the validation of ASP.NET controls from client side?
What are the benefits of Razor View?