摘要:GetObj("Notes").text 抓不到資料
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not IsPostBack Then
w = New CAgCtrl(no, Context.Request.AppRelativeCurrentExecutionFilePath.ToString)
w.mid = Request.QueryString("mid")
msg = Request.QueryString("msg")
w.web = Me
Session("agTmpSign") = w
Else
w = Session("agTmpSign")
'getObj 要抓Postback obj 資料,W.web要重設為現有Web Page Me
w.web = Me
End If