ReCaptcha for .Net 2.0 conflicting with other forms on site -


i've read , re-read multiple posts on site , others seem touch on similar topic none of suggested fixes work me.

asp.net 2.0 site, has master pages , multiple user controls. have login user control allows user login / register on site. i've entirely separate control form user can fill out pay money. added recaptcha (the version compatible .net 2.0) form , works.

however, once add anywhere on site can no longer login, login form submits refreshes no action taken, login details correct.

i thought validation groups added (via custom validator) validation group recaptcha (a thread on site suggested solution) - didn't work, same problem.

i changed login control template set it's validation group manually saw suggested here - again didn't work - same refresh issue.

i'm @ loss, add usercontrol contains recaptcha anywhere on site, login ceases work.

i can't upgrade .net 3.5 + site built , functional already.

can suggest might make these 2 play nicely together?

is maybe because recapctha (when not filled correctly) makes page not valid? happens when provide correct login details , correctly fill recaptcha form?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -