J
Jim Heavey
I found and example on the web where a event for a customValidator is being
loaded in code. It looks like the following..
this.CustomValidator1.ServerValidate +=
new System.Web.UI.WebControls.ServerValidateEventHandler(
this.CustomValidator1_ServerValidate);
this.Load += new System.EventHandler(this.Page_Load);
I thought the translation for "this" in "Vb.Net was "Me", but when I make
the substitution, it does not translate correctly. What is the translation
of this to VB.Net?
loaded in code. It looks like the following..
this.CustomValidator1.ServerValidate +=
new System.Web.UI.WebControls.ServerValidateEventHandler(
this.CustomValidator1_ServerValidate);
this.Load += new System.EventHandler(this.Page_Load);
I thought the translation for "this" in "Vb.Net was "Me", but when I make
the substitution, it does not translate correctly. What is the translation
of this to VB.Net?