How to Use Login Control for User Authentication in Asp.Net C# | Hindi | Free Online Learning Class

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

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

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

    Your channel is providing precious knowledge about various topics of ASP.Net which is rarely available in text books. Thanks a lot.

  • @meandmydodge
    @meandmydodge 7 ปีที่แล้ว +1

    Good one ... Thanks for uploading ... :)

  • @bhupendrapatil6043
    @bhupendrapatil6043 3 ปีที่แล้ว +1

    Sir can you make login with cookies

    • @HaritiStudyHubEasyLearn
      @HaritiStudyHubEasyLearn  3 ปีที่แล้ว

      Definitely try to implement it as video tutorial on our channel. Thanks for your valuable feedback to us as query.

  • @shubhamshinde5643
    @shubhamshinde5643 3 ปีที่แล้ว

    Thanks for the code but it only check for only first row in the dataset ds so it doesn't work when table contains multiple user so to fix it use select * from____where user = username.
    Moreever now you have to check for the dataset value ds it cause problem when it is empty so add condition to check dataset row > 0
    If someone still don't understand reply me I will provide code for you

  • @rajivtanna198
    @rajivtanna198 3 หลายเดือนก่อน +1

    Session is create a problem while two users login parallelly and user swapped their data

    • @HaritiStudyHubEasyLearn
      @HaritiStudyHubEasyLearn  3 หลายเดือนก่อน

      Ok we will check it and try to implement video tutorials thanks.

    • @rajivtanna198
      @rajivtanna198 3 หลายเดือนก่อน +1

      @@HaritiStudyHubEasyLearn can you guide me before create a video
      Because I am stuck with this?
      It's a urgent

    • @HaritiStudyHubEasyLearn
      @HaritiStudyHubEasyLearn  3 หลายเดือนก่อน +1

      Our work is always research based. Firstly we will try it then guide definitely.

  • @siddheshchogale-ko2nu
    @siddheshchogale-ko2nu ปีที่แล้ว

    too much time to take loading the page...why?