Answer Posted / krishna prasad
golbal one time application settings are done here
it is golbal setting page for entire application
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain about asp.net state management?
What is the difference between CC and BCC?
How do http sessions work?
What is the difference between “Web.config” and “Machine.Config”?
What is the significance of ASP.NET routing?
What is viewstate information stored?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Can we handle the error and redirect to some pages using web.config?
How to implement globalization and localization in the use interface in .net.
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is a 307 redirect?
What is the asp.net control toolkit?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Describe a bubbled event and how it is used ?