Master Detail Entry Form | C# .net WinForm Application (Part-03)

Поделиться
HTML-код
  • Опубликовано: 6 июн 2024
  • Without typing any code, Create Master-Detail Entry Form Using Visual Studio , Language C# .net
  • НаукаНаука

Комментарии • 11

  • @sh1ki17
    @sh1ki17 2 года назад

    Thank you very much for your videos, this is the only material that really teaches you how to work with sql in c#, and not just outdated methods like in the rest of the material

    • @GTech-IT
      @GTech-IT  2 года назад

      You're very welcome!

  • @solomonr2305
    @solomonr2305 2 года назад

    Dear G.Tech,
    Many thanks for the great lecture you gave us, this was what I was looking for. However, My tables are not synchronising. I have Patients table as Master table linked to Consultations table as detail table on one-to-many relationship. I also have Results details table linked to Patients table on one-to-many relationship. The codes are exactly the same as yours, all done automatically. Do you think the reason is because my connection to my server is Windows Authentication? I heard you saying that if the connection is Windows Authentication it causes problem, so could that be the problem. Should the connection be SQL Server Authentication in order for the Master-Details tables to synchronise?
    Thank you
    Solomon

    • @GTech-IT
      @GTech-IT  10 месяцев назад

      Be a member

  • @CRUZIFIEDv4
    @CRUZIFIEDv4 3 года назад

    Please show how to print master detail form with RDLC. Thanks for your videos they're understandable and a great help to me

    • @GTech-IT
      @GTech-IT  3 года назад

      Thanks for the idea, in my next video I will show you how to create master detail report with rdlc

    • @CRUZIFIEDv4
      @CRUZIFIEDv4 3 года назад

      @@GTech-IT Thank you, very much appreciated. I'm stuck on a project creating an invoice for a yearly based membership.

  • @basharawwad5451
    @basharawwad5451 Год назад

    Thanks a lot dear, your Tutorial is very helpful.
    is there any way to save both master and details at one save click, the table adapter must start with the Master Table and then it will pass the new Employee ID to the Details table >> the Address table?

    • @GTech-IT
      @GTech-IT  Год назад

      possible but you need master table id first

  • @darkshadowgks
    @darkshadowgks Месяц назад

    dont have part 1 and 2?