cs:
用户控件加载(VB)    Dim Control As Object
用户控件加载(VB)
////////////////////////////////
用户控件加载(VB)            
If (Request.Cookies("UserInfo")("e_id"<> ""Then
用户控件加载(VB)                Control 
= New ctl_pds_fcc
用户控件加载(VB)                Control 
= CType(Me.Page.LoadControl("control/ctl_pds_fcc.ascx"), ctl_pds_fcc)
用户控件加载(VB)                
'CType(Control, ctl_pds_fcc).ID = i
用户控件加载(VB)
                CType(Control, ctl_pds_fcc).e_id = Request.Cookies("UserInfo")("e_id"'員工代碼
用户控件加载(VB)
                CType(Control, ctl_pds_fcc).from_id = Request.QueryString("from_pub_id")
用户控件加载(VB)                PlaceHolder1.Controls.Add(Control)
用户控件加载(VB)            
End If
ascx:
用户控件加载(VB)Imports SmartWeb.WebBase1
用户控件加载(VB)
Imports System.Data.SqlClient
 SmartWeb.ctrlBase


' 定义一些方法(外部d)
用户控件加载(VB)
用户控件加载(VB)    Public str_e_id As String

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-09-13
  • 2022-03-05
  • 2021-11-27
猜你喜欢
  • 2022-01-05
  • 2021-05-10
  • 2021-08-31
  • 2022-12-23
  • 2021-09-28
  • 2021-12-02
相关资源
相似解决方案