Using the SQL Data Source in ASP.Net (Part-14)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • Using the SQL Data Source in ASP.Net.
    Connect your web app with database.

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

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

    such a great series, thank you very much!!

    • @GTech-IT
      @GTech-IT  2 ปีที่แล้ว +1

      You're very welcome!

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

    This video is a blessing.

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

    GREAT

  • @Mike-tb9xq
    @Mike-tb9xq 2 ปีที่แล้ว

    Sorry this isn't working when I try it. Firstly clicking the edit button causes a page refresh unless I wrap everything in an update panel. Secondly when clicking the update button it appears to reload the detailview before it posts the new values and so it ends up not posting any changes.

    • @Mike-tb9xq
      @Mike-tb9xq 2 ปีที่แล้ว

      omg ignore me. I figured it out. My DetailView was inside of a User Control that was getting re-bound on every post back from the parent page. Doh! Thanks for your videos.

    • @GTech-IT
      @GTech-IT  2 ปีที่แล้ว

      why you are learning asp.net form app? it is discontinued by Microsoft. Lear Blazor th-cam.com/video/LyO4zj6NRuc/w-d-xo.html

    • @Mike-tb9xq
      @Mike-tb9xq 2 ปีที่แล้ว

      @@GTech-IT because I work for a company that still uses it.

    • @GTech-IT
      @GTech-IT  2 ปีที่แล้ว

      @@Mike-tb9xq I have abandond my app on asp. Now trying frappe-framework.

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

    Is there any way to change the input type of a certain field when trying to update the column? By default they are all input=text, I need one of them to be a textarea.

    • @GTech-IT
      @GTech-IT  5 ปีที่แล้ว

      yes, it is possible in run time by coding .