You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
410 B

Imports System
Imports System.Data.OleDb
Imports System.Web.UI.WebControls
Imports Obout.Grid
Public Class vb_Products
Inherits OboutInc.oboutAJAXPage
Protected lUpdate As Literal
Protected gridItems As Grid
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
If (Session("lUpdate") = Nothing) Then
Session("lUpdate") = DateTime.Now
End If