Answer Posted / bachi
For the <fo:simple-page-master> object this property
identifies the name of the master.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What does mvc represent in asp.net? : asp.net mvc
What is Model-View-View Model?
What is the difference between a default skin and a named skin?
What is the difference between pathparam and queryparam?
What is data caching?
What is the difference between system.stringbuilder and system.string
What are the new features added from ASP to ASP.NET?
Out of ASP or ASP.NET which one is stateless?
What is the web.config file in asp?
What is the difference between c# and .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.
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What are the 3 levels at which content pages can be attached to Master Page?
Describe how to implement globalization and localization in the use interface in .net.