Posted on: 5/25/2015 8:32:54 PM | Views : 685

Hello
I have installed the NuGet Captcha from here: http://www.nuget.org/packages/Captcha/3.0.16
and I can see that my Web.config file has already changed.
In my contact.aspx file I have this only:
<BotDetect:Captcha ID="SampleCaptcha" runat="server" /> <asp:TextBox ID="CaptchaCodeTextBox" runat="server" /> and need to create a couple of text boxes to remove the errors I am getting in my contact.aspx.vb file such as here:

What I am not sure how to correct is those top two errors:
Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender Error is: 'EventArgs' is a type in Syste ...

Go to the complete details ...