473,491 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

displaying image

15 New Member
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
Aug 27 '08 #1
3 1129
Curtis Rutland
3,256 Recognized Expert Specialist
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.
Aug 27 '08 #2
readnlearn
15 New Member
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. }
Aug 27 '08 #3
Curtis Rutland
3,256 Recognized Expert Specialist
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
Aug 27 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
7302
by: Gregory | last post by:
Hello, I've managed to build two web pages, one that can display images with associated text data in a table, and one that can resize and display images without the text. I'd like to resize the...
3
3463
by: Dalan | last post by:
At first I was not certain what could cause Access 97 from displaying most jpeg images, but not all. After further testing, it seemed that all original images of less than 275 pixels per inch or...
2
5214
by: marvin | last post by:
Hi, I am trying to display images in a repeater from a SQL database and do some transformations on the image prior to displaying them (such as thumbnail with a shadow). The problem is I can't...
3
5798
by: CD | last post by:
An application is logging faxes sent in SQL2000 image column type. I have found code on the net but what it is doing is prompting to save to local which is fine for single page image. Not good...
5
2132
by: ljuljacka | last post by:
I'm trying to display resized images. Locations of images are fetched from database. The problem is that with the following code, I get only the first image displayed: <?php...
4
2659
by: redpears007 | last post by:
Hi Again, Throwing this one out to you again as i am not getting anywhere and can find little to no information out there. I am currently displaying images (Jpegs) in access via the routine...
1
4182
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being...
4
1661
by: shahidrasul | last post by:
i display a pic on picture box and then i want to display another pic after some seconds but problem is that first image is not displaying only display 2nd image 1... display first picture from...
6
2175
by: Jeff | last post by:
hi asp.net 2.0 I have a image (.jpeg) stored in sql server 2005 and now I want to display it on a webpage. So I created a webpage (Image.aspx) which just writes the buffer data to the...
3
7645
by: mvijayrkumar | last post by:
Hi to all.... Guys pls help me..... I have an image issue in RLDC while hosting my project on server.The image displays or works fine with the local system.But when hosted on server,both the...
0
6978
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7154
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5451
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4881
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4578
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1392
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.