In your web.config file which attribute of <Globalization>
element identifies the default culture that will be used for
web request?



In your web.config file which attribute of <Globalization> element identifies the default cu..

Answer / guest

Culture is the attribute

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What line in the following XML document will generate an error? <?xml version=?1.0?> <employees> <employee> <name>Bob Andcarrol</name> </employee> <employee> <name>Robert Burns</name> </employee> </employees> a) 6 b) 4 c) 1 d) There is no error

3 Answers   Syntax Softtech,


What methods are fired during the page load?

1 Answers  


What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.

4 Answers   ABC, Syntax Softtech, TCS,


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,






What is the behavior of a Web browser when it receives an invalid element?

0 Answers   MindCracker,


What is the extension of master page in asp.net?

0 Answers  


What data type does the Range Validator control support?

5 Answers  


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


Define ViewState and how can it be used?

6 Answers   Siebel,


What method do you use to explicitly kill a users session?

2 Answers   Siebel Systems,


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


Categories