J
jvcoach23
i'm passing page as mPage in a shared function. then i'm trying to do
Dim mHiddenField As New HiddenField
mHiddenField = mPage.FindControl(mColumn)
mColumn is the name of the control i'm after
in VS 2008, when i do this it works great..
in VS 2005 after the findcontrol, mHiddenField is nothing
will this not work in VS 2005 doing vb..
anyone have any suggestions
thanks
Dim mHiddenField As New HiddenField
mHiddenField = mPage.FindControl(mColumn)
mColumn is the name of the control i'm after
in VS 2008, when i do this it works great..
in VS 2005 after the findcontrol, mHiddenField is nothing
will this not work in VS 2005 doing vb..
anyone have any suggestions
thanks