Click here to Skip to main content
15,919,341 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Sir
I m using vs 2008. I m using captcha control in aspx page.my problem is that how many times the page is postsback,the new captcha codes are generating.I want to bind the code once and my need is when a user will prees the new captcha button code will be refreshed.I want the code for it.plz provide me the code..
Thanks
Posted
Updated 22-Sep-11 0:47am
v2

 
Share this answer
 
Comments
Member 8181730 22-Sep-11 6:50am    
not working??
Is this what you want?
http://www.google.com/recaptcha[^]
 
Share this answer
 
Hi,

here 'm proving some code for generating capthca image.

By using this code we can generate capthca image.So,we can load new capthca image when ever we want.If you place generate code in pageload with in below if condition .The capthca image loads only once at pageload not in postback

C#
 if(!IsPostBack)
{
   //place captcha generation code or call that method
}


I hope you understood what I said.

All the Best
 
Share this answer
 
Comments
Member 8181730 26-Sep-11 8:56am    
I KNOW IT BUT MY PRBLM IS THT I M NOT USING ANY CODE TO GENERATE CAPTCHA.. I M USING CAPTCHA CONTROL LIKE OTHER ASP CONTROL. CAPTCHA CONTROL BYDEFAULTS LOADS THE DIFFERENT IMAGE IN EVRY POST.
HOPE U CAN PROVIDE D RIGHT ANSR
Muralikrishna8811 26-Sep-11 9:13am    
So ,on every pageloads the asp control rendered and generate new image

upto my knowledge the best way is generate images by code is better than any other way b'coz we can control .

check in net for stopping rendering process of control in asp.net
Member 8181730 28-Sep-11 7:44am    
have u any code to generate captcha tht works perfectly ? i u ve it thn kindly post it
Muralikrishna8811 28-Sep-11 7:48am    
check this link you can understood how to create captcha image

http://www.codeproject.com/KB/aspnet/CaptchaLIKE.aspx
Member 8181730 3-Nov-11 0:13am    
Thanks Murali...Its realy working..
Can u help me in saving a image to database n again i want to retrive the same image and wants to keep in session as profile image
Regards
Swagatika

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