Module
Hi,
In ASP.NET 1.1
I create module in which i keep all the Global variables which are accssed from any form and i keep some procedure also e.g. to clear text box, enable disable etc.
and all this works fine.
-------- My Question is that
How can create Module in ASP.NET 2.0 where i can create Global Variable and where i can keep my repeatitive code etc.
pls help me.
Thanks,
|