L
Larry Bud
Let's say I have a text box
<asp:TextBox ID="OutputVariableTextBox" runat="server"
OnPreRender="RunThisFunction" >
The function RunThisFunction is in a common module (in a separate .vb
file) and I want it to execute on a prerender.
But when the page compiles, it doesn't find RunThisFunction. How can
I reference it?
<asp:TextBox ID="OutputVariableTextBox" runat="server"
OnPreRender="RunThisFunction" >
The function RunThisFunction is in a common module (in a separate .vb
file) and I want it to execute on a prerender.
But when the page compiles, it doesn't find RunThisFunction. How can
I reference it?