Private Sub SidePanel1_Init(sender As Object, e As EventArgs) Handles Me.Init
LoadCategories()
End Sub
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
PublicFunctions.LoadPV()
If Not IsPostBack Then
LoadCategoryListBox()
'LoadAllCategories()
End If
End Sub
Private Sub SidePanel1_Init(sender As Object, e As EventArgs) Handles Me.Init
' LoadProductImages()
LoadCategories()
End Sub
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
PublicFunctions.LoadPV()
If Not IsPostBack Then
LoadCategoryListBox()
'LoadAllCategories()
End If
End sub
Protected Sub ImageButton_click(ByVal sender As Object, ByVal e As ImageClickEventArgs)
Dim s As String = String.Empty
Dim ib As ImageButton = DirectCast(sender, ImageButton)
s = ib.ID
s = Mid(s, 8, Len(s))
If IsNumeric(s) Then
PublicVariables.CategeryIDNoIntegerP = Val(s)
If PublicVariables.CategeryIDNoIntegerP = 0 Then
LoadCategories()
Else
LoadProductImages()
End If
Else
PublicVariables.CategeryIDNoIntegerP = 0
LoadCategories()
End If
'
End Sub
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.