How can we apply themes to an asp.net application?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Describe how ASP.NET maintains process isolation for each Web application?

0 Answers   B-Ways TecnoSoft,


How to implement form based authentication in asp.net application?

0 Answers  


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

0 Answers  


difference between <connectionstring> <Appsetting>

6 Answers   VebTel,


What is the main difference between a static page and a dynamic page?

2 Answers  






Which .NET framework supports Web API?

0 Answers  


What are httphandlers and httpmodules and difference between them?

0 Answers  


What is the base class from which web forms are inherited?

0 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.

0 Answers   Netsweeper,


How do you trap errors in ASP and how do you invoke a component in ASP ?

1 Answers   Cognizant,


Details on web.config and global.asax - just explain what are the sections will be there.

1 Answers   Syntel,


What is asynchronous call?

0 Answers  


Categories