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.
OboutSuite/Splitter/vb_emailclient_list.aspx.vb

16 lines
446 B

Imports System
Imports System.Data.OleDb
Imports System.Data
public class emailclient_list
Inherits System.Web.UI.Page
protected emailList as System.Web.UI.WebControls.Repeater
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
GetEmailContent(int32.Parse(Request.QueryString("CategoryID").ToString()))
End Sub
public selectedEmailID as Int32 = 0
public sub GetEmailContent(ByVal CategoryID as Int32)