What are you doing? Code?
<ww:wwWebButton runat="server" id="btnSumbit" Click="btnSubmit_Click" />
Then in FoxPro code of the page:
FUNCTION btnSubmit_Click() this.lblMessage.Text = "Clicked the button" ENDFUNC
+++ Rick ---
from Vegas, baby!
<ww:wwWebButton runat="server" id="btnSumbit" Click="btnSubmit_Click" />
Then in FoxPro code of the page:
FUNCTION btnSubmit_Click() this.lblMessage.Text = "Clicked the button" ENDFUNC
+++ Rick ---
Hello everyone, I can not capture the click event of bindevent wwWebLinkButton.
Give me some help?
Thanks to all