Where do you store the information about the user?s locale?
Answer Posted / srujana
System.Web.UI.Page.Culture
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Describe the events in the life cycle of a web application.
Which dll handles the request of .aspx page?
Can asp.net work on an nt server?
Can you nest updatepanel within each other?
List down the sequence of methods called during the page load.
What is the significance of attaching a profile while creating a user?
Describe a bubbled event and how it is used ?
What are the file extensions for razor views?
What is ashx file in asp.net?
Explain the asp.net mvc request life cycle? : asp.net mvc
What are the three parts of an http response?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the function of new view engine in asp.net? : asp.net mvc
What are the features that make asp.net more used framework? : asp.net mvc
How will you do Redo and Undo in a TextControl?