Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to make a captcha like this link Create Captcha Image with Refresh Button in ASP.Net[^]

What I have tried:

i have tried Create Captcha Image with Refresh Button in ASP.Net[^] this link to convert it like mvc code but i am unable to do that
Posted
Updated 10-May-16 18:09pm
v2

1 solution

check this Captcha MVC - Home[^]
demo[^]

replace the "Try another" text with "Refresh"

Html.Captcha("Refresh", "Enter the text you see above:", 5, "Is required field", true)
 
Share this answer
 
Comments
Rakib Ahmed 11-May-16 6:43am    
not working bro..:(
Rakib Ahmed 11-May-16 6:50am    
the link you have provided there is no project file instead there is some dll file
Karthik_Mahalingam 11-May-16 6:52am    
Its a library only bro..
add reference to your project and build it once you can see the syntax intellisense

How to use user defined DLL in ASP.NET MVC - Stack Overflow[^]
Member 11881319 17-May-17 8:00am    
How to make the refresh text as a button and how to display the refresh button in the same line with captcha image.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900