where is declare global variable in asp.net and what is use
of global variable
Answer Posted / kinjal panchal
we can declare global variable in class file. and this
global variable we can use in whole application.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
WSDL means?
What is the maximum timeout we can set for Cookies?
Explain how cookies work. Give an example of cookie abuse.
Describe Segmentation With Paging?
Explain security types in asp.net?
How can you handle exceptions in asp.net?
What is viewstate information stored?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Can the dictionary object be created in client?s scope ?
How many web.config files can I have in an application?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Differentiate between namespace and assembly.
How to implement form based authentication in asp.net application?
Where can I get the details on migration of existing projects using various technologies to asp.net?