ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Thank you so much for teaching asp.net in a simple manner...
How to compare text box value with the captcha label value? "TextBox.Text==Label.Text" not working.... Any solution
put the code insideif (!IsPostBack) { //captch Random ra = new Random(); int noc = ra.Next(6, 10); string cap = ""; int tot = 0; do { int ch = ra.Next(48, 123); if ((ch >= 48 && ch = 65 && ch = 97 && ch
Use compare validator control
@@nawafalwashai9849 Thank you So Much.... i also same problem... but this resolved
very usefull for your videos thank you sir
Thank you Vijay
nice video sir
Thank you @Sachin
@@CoderBaba your welcome sir .. please make a video on how to use google recaptcha . and sir in this video the voice is not clear ...
Thank You.
You're welcome
how to make it as image?
Use another method which is very easy & provide catcha as imageJust google about " Ajax captcha extension tool kit"
Thank you so much for teaching asp.net in a simple manner...
How to compare text box value with the captcha label value?
"TextBox.Text==Label.Text" not working.... Any solution
put the code inside
if (!IsPostBack)
{
//captch
Random ra = new Random();
int noc = ra.Next(6, 10);
string cap = "";
int tot = 0;
do
{
int ch = ra.Next(48, 123);
if ((ch >= 48 && ch = 65 && ch = 97 && ch
Use compare validator control
@@nawafalwashai9849 Thank you So Much.... i also same problem... but this resolved
very usefull for your videos thank you sir
Thank you Vijay
nice video sir
Thank you @Sachin
@@CoderBaba your welcome sir .. please make a video on how to use google recaptcha . and sir in this video the voice is not clear ...
Thank You.
You're welcome
how to make it as image?
Use another method which is very easy & provide catcha as image
Just google about " Ajax captcha extension tool kit"