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
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.
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
- else
-
{
-
Response.Write(
-
"you have entered incorrect user name,password");
-
// label3.Text = "you have entered incorrect username,password";
-
a = a + 1;
-
if (a > 2)
-
{
-
lb1.Visible =
-
true;
-
lb2.Visible =
-
true;
-
lb3.Visible =
-
true;
-
CodeNumberTextBox.Visible =
-
true;
-
rfd.Visible =
-
true;
-
MessageLabel.Visible =
-
true;
-
SubmitButton.Visible =
-
true;
-
img1.Visible =
-
true;
-
}
-
}
-
}
-
con.Close();
-
}
-
}
-
}
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
|
|
|
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.
|