This is a migrated thread and some comments may be shown as answers.

Captcha - Generate New Image Error

0 Answers 32 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Peter Parsons
Top achievements
Rank 1
Peter Parsons asked on 14 May 2010, 10:42 AM
Hi,

I had an issue with captcha generating an error when clicking 'Generate new Image'.

With help from the guys at Telerik, we traced it to a .Net issue with URL rewriting and postbacks.

If you are using .Net35 or later you can simply add

formName.Action = Request.RawUrl;

to the page_Load event

Anyone still using earlier .Net versions will have a slightly bumpier journey, though there are solutions out there.



No answers yet. Maybe you can help?

Tags
Captcha
Asked by
Peter Parsons
Top achievements
Rank 1
Share this question
or