1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application????
Answer Posted / chaitali
no,we can't add the connection string in global.asax..
global.asax is a text file,It is use to define the global
variable.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Describe how to implement globalization and localization in the use interface in .net.
Explain what is an abstract class?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is the difference between user control and custom control?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is cross page posting? How is it done?
Explain ViewState?
What types of data validation events are commonly seen in the client-side form validation?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is the use of session?
Explain what is viewstate?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
what is the difference between response.write() and response.output.write()?
What is difference between View State and Hidden Field in ASP.NET?
What is a viewbag?