In your web.config file which attribute of <Globalization>
element identifies the default culture that will be used for
web request?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
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
What methods are fired during the page load?
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?
What is the behavior of a Web browser when it receives an invalid element?
What is the extension of master page in asp.net?
What data type does the Range Validator control support?
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
Define ViewState and how can it be used?
What method do you use to explicitly kill a users session?
How do you manage session in ASP and ASP.NET?