sign in | join about | help | sitemap
Connecting Tech Pros Worldwide
readnlearn's Avatar

displaying image


Question posted by: readnlearn (Newbie) on August 27th, 2008 07:48 AM
hii everyone
can any one please tell me how to display a image after 3 time wrong entering of password or user name.... am using captcha but cannt display in the same page....
please help mee
3 Answers Posted
insertAlias's Avatar
insertAlias August 27th, 2008 07:54 AM
Moderator - 1,873 Posts
#2: Re: displaying image

This is far too vague for anyone to give you much help. Post some of your relevant (note: not all, just the important part) code that you are having trouble with and explain your question better.
readnlearn's Avatar
readnlearn August 27th, 2008 09:50 AM
Newbie - 13 Posts
#3: Re: displaying image

hiii everyone
can u help mee..........
i want to regenerate image after a wrong attempt i want to disable/Hide Image after correct attempt and the image regenerate and also give another try to enter.
can u tell me how to do this i hav some code for it but not executing correctly please check it
here message in else part is displaying but after that its not excuteing any thing please help mee
Expand|Select|Wrap|Line Numbers
  1. else
  2. {
  3. Response.Write(
  4. "you have entered incorrect user name,password");
  5. // label3.Text = "you have entered incorrect username,password";
  6. a = a + 1;
  7. if (a > 2)
  8. {
  9. lb1.Visible =
  10. true;
  11. lb2.Visible =
  12. true;
  13. lb3.Visible =
  14. true;
  15. CodeNumberTextBox.Visible =
  16. true;
  17. rfd.Visible =
  18. true;
  19. MessageLabel.Visible =
  20. true;
  21. SubmitButton.Visible =
  22. true;
  23. img1.Visible =
  24. true;
  25. }
  26. }
  27. }
  28. con.Close();
  29. }
  30. }
  31. }
insertAlias's Avatar
insertAlias August 27th, 2008 02:29 PM
Moderator - 1,873 Posts
#4: Re: displaying image

Do not double post your questions.

There is absolutely no need. It creates confusion and extra work, and if you feel that your question hasn't gotten enough attention you can reply to it and "bump" it back to the top of the forum list.

I have merged your threads.

MODERATOR
Reply
Not the answer you were looking for? Post your question . . .
197,034 members ready to help you find a solution.
Join Bytes.com

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 197,034 network members.
Post your question now . . .
It's fast and it's free

Popular Articles

Top .NET Contributors