G
Guest
Hi,
I wrote a common.vb file as a code bebind logic.
I cannot use some common method e.g. len, month, year, formatdatetime.
Anyone can help me ? Thx u very much.
The structure of my vb file :
Imports System
Imports System.Data
Namespace comfunction
Public Class common : inherits System.Web.UI.Page
// function insert here
End Class
End Namespace
I wrote a common.vb file as a code bebind logic.
I cannot use some common method e.g. len, month, year, formatdatetime.
Anyone can help me ? Thx u very much.
The structure of my vb file :
Imports System
Imports System.Data
Namespace comfunction
Public Class common : inherits System.Web.UI.Page
// function insert here
End Class
End Namespace