home *** CD-ROM | disk | FTP | other *** search
/ 66.142.0.142 / 66.142.0.142.tar / 66.142.0.142 / tblFixtureMastermaster.ascx.vb < prev    next >
Text File  |  2010-08-24  |  530b  |  23 lines

  1. '
  2. ' ASP.NET code-behind class (Master Record) 
  3. '
  4.  
  5. Partial Class tblFixtureMastermaster
  6.      Inherits System.Web.UI.UserControl
  7.  
  8.     Public ParentPage As Object
  9.  
  10.     Public tblFixtureMaster As Object
  11.  
  12.     '
  13.     ' ASP.NET user control Page_Load event
  14.     '
  15.  
  16.     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  17.         If TypeOf Page Is AspNetMaker7_tfpssnet Then
  18.             ParentPage = CType(Page, AspNetMaker7_tfpssnet)
  19.             tblFixtureMaster = ParentPage.tblFixtureMaster
  20.         End If
  21.     End Sub
  22. End Class
  23.