lehuong:
#1) the database stores dates as long. but you can modify it's diplay at the table editor :-) so each time you pop them out, the same format will be displayed
ASP.NET do not support the PUBLIC variable decalarion in a module just like what we're used to in VB. intead use the Application State.
Sub Application_Start
application("var1") = "value1"
application("var2") = 2
application("var3") = false...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.