How do u declare static variable and how it is declared and what is its lifetime?

Submitted by: Administrator
By using keyword static before the variable name. Static variable retains the same data throughout the execution of a program.
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers