Create Captcha code in ASP.NET using C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 14

  • @AdityaSingh-db1hm
    @AdityaSingh-db1hm 4 ปีที่แล้ว

    Thank you so much for teaching asp.net in a simple manner...

  • @yashpadwal7071
    @yashpadwal7071 6 ปีที่แล้ว +1

    How to compare text box value with the captcha label value?
    "TextBox.Text==Label.Text" not working.... Any solution

    • @nawafalwashai9849
      @nawafalwashai9849 6 ปีที่แล้ว +2

      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

    • @CoderBaba
      @CoderBaba  5 ปีที่แล้ว

      Use compare validator control

    • @hrutikpansare2895
      @hrutikpansare2895 5 ปีที่แล้ว

      @@nawafalwashai9849 Thank you So Much.... i also same problem... but this resolved

  • @vijayt4938
    @vijayt4938 4 ปีที่แล้ว

    very usefull for your videos thank you sir

    • @CoderBaba
      @CoderBaba  4 ปีที่แล้ว

      Thank you Vijay

  • @elucidate9277
    @elucidate9277 5 ปีที่แล้ว

    nice video sir

    • @CoderBaba
      @CoderBaba  5 ปีที่แล้ว +1

      Thank you @Sachin

    • @elucidate9277
      @elucidate9277 5 ปีที่แล้ว +1

      @@CoderBaba your welcome sir .. please make a video on how to use google recaptcha . and sir in this video the voice is not clear ...

  • @aritrasen9293
    @aritrasen9293 4 ปีที่แล้ว

    Thank You.

    • @CoderBaba
      @CoderBaba  4 ปีที่แล้ว

      You're welcome

  • @poohcheng3905
    @poohcheng3905 4 ปีที่แล้ว

    how to make it as image?

    • @CoderBaba
      @CoderBaba  4 ปีที่แล้ว

      Use another method which is very easy & provide catcha as image
      Just google about " Ajax captcha extension tool kit"