How to prepare culture-specific formatting in .net.


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

Post New Answer

More ASP.NET Interview Questions

Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


What are the main components of the ADO object model? How are they used?

2 Answers   HCL, Syntax Softtech,


What is the Difference between MVC And MVP design pattrens

0 Answers   Symphony,


What does the hotspot class in .net do?

0 Answers  


repeater and gridview diff? Why is repeater fast than gridview?

3 Answers   TCS,






How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


How can we identify that the page is post back in asp net?

0 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

1 Answers   Northgate is,


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

0 Answers   Siebel,


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?

0 Answers   HCL,


Explain the differences between Server-side and Client-side code?

2 Answers  


Is it possible to apply themes to an asp.net application? If yes, then how?

0 Answers  


Categories