Answer Posted / krupali
You can use global.asax file to define global variables and
react to global events,such as when web application first
starts. Visual studio doesn't create a global.asax file by
default you need to add it when it is approprieate.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What are the layouts of ASP.NET Pages?
What is postback and autopostback in asp.net?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Explain the difference between or and orelse?
What is redirecting behavior?
What is the difference between viewstate and hidden field in asp.net?
How response object is related to asp's response object?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Is it true that a Web service must be written in .NET or not?
What is session in web technology?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Write some code using interfaces, virtual methods, and an abstract class`
In which event of page cycle is the viewstate available?
Explain an object, class and method.
Is post back property in asp net?