How to Create Master Details Form in C# Windows Application Using DataGridView

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

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

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

    goo.gl/RFY5C2 : Subscribe to CodAffection
    goo.gl/SUi4bg : Login Window in C# Using SQL Server
    goo.gl/zV892S : C# CRUD Operations With SQL Server
    goo.gl/bPcyXW : Buy me a Coffee

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

      i dont mean to be so off topic but does someone know of a tool to log back into an Instagram account..?
      I stupidly forgot the account password. I would appreciate any tricks you can give me

  • @JS-pf9kx
    @JS-pf9kx 5 ปีที่แล้ว

    This is one of the best if not the very best tutorial I have ever seen. It lays out what you are going to do at the very beginning then it starts to build each component in a every organized and concise manner. Then it brings it all together to show you a fully working solution. I was able to follow it side by side with my copy of Visual Studio and it all worked as advertised. The net is I learned a ton by leveraging this tutorial. Time very well spent indeed. THANK YOU !!!!

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

      thanks for your wonderful feed back. glad you found this c# win form tutorial helpful.

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

    Greetings from Indonesia! I have just created Inventory App for my company by watching your videos, all of your videos is very helpful. May all your tutorial videos be good for others. Thank u!

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

      Thanks Man, I appreciate you support. Happy Coding.

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

    What a great tutorial. You showed us the Master-Detail pattern, naming conventions, the particularities of Microsoft SQL Server, how and what to query, how to create useful stored procedures and a very practical example of how to combine C# programming with it. Despite having to pause the video multiple times to understand parts of code you generated, this was a great journey. In the future, you could try splitting your tutorials into multiple parts (e.g. This could have been a 4-part tutorial of 15-20 minutes each.). Thank you again for providing all this for free.
    Not a lot of people go this much into detail when it comes to programming such an application and it's great to see it happen.
    You've got a new subscriber, God bless.
    Cheers.

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

      Thank you for the wonderful feedback! :) I'm humbled.

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

    I am a SQL admin but I am just starting to learn CRUD in C#. This tutorial is perfect. Thanks for sharing.

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

    This is indeed great tutorial showing many aspect of winforms and simple technique in implementing master-detail.
    I hope you can improve this using relation table that relate master and detail and of course using entity framework to reduce codes.
    Cheers

  • @hillarysagwa5064
    @hillarysagwa5064 4 ปีที่แล้ว +1

    thank you so much bro. the best tutorioal ive watched on programming so far
    you are blessed man

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

      I am blessed to have audience like yours. :)
      Keep learning and sharing.

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

    Great video sir. Learned a lot from it.

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

    Very nice !!! The same tutorial with SQLite will be a wonder !!!!

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

    Great effort to conclude a vast subject in a single tutorial. Off course CREATE READ UPDATE and DELETE CRUD is an important subject for all Database Developers. your effort help the experience developers but for beginners its little tricky and hard to cover it. Try to break down your code in 3 parts and try to explain some SQL server and C# codes in detail to get benefited for novice and beginners. Appreciated your effort.

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

      Thanks for your wonderful feedback.
      I will consider your suggestion for upcoming tutorials.

  • @PrashanthOlekar
    @PrashanthOlekar 6 ปีที่แล้ว

    Superb, I have just created app by watching your vid..Thank you so much.

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      I am glad you found the video helpful.

    • @marlobasas8035
      @marlobasas8035 6 ปีที่แล้ว

      how to create database? I didn't create one :(

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      please check 7:58, where we created database in management studio.

    • @marlobasas8035
      @marlobasas8035 6 ปีที่แล้ว

      Dotnet Mob I'm new in data base sir.. i'm sorry but, can you show how to create new database step by step for that? by the way I'm using visual studio 2015 enterprise.. thank you your reply sir!

  • @FoSFChannel
    @FoSFChannel 6 ปีที่แล้ว

    Very nice job! Thank you for taking the time to provide a great teaching tool!!! I am very appreciative!

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      Thanks for your kind words.

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

    Thank you for clear and useful tutorial
    Just want to ask if this tutorial for VB (How to Create Master-Detail VB Windows Application Using DataGridView)

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

      This tutorial is done with C#.

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

    Thank you for this tutorial, great practical information.

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

    Very good. I have a table with a composite key. An ID column and a Part number column. How do i use this to update the table when both fields are required and neither field allows duplicates.

  • @fabriziograssini4686
    @fabriziograssini4686 4 ปีที่แล้ว +2

    The best C # tutorial I've ever seen. Complete, full of features. I have seen it many times to practice. I have a question: does the dgvEmployee_DoubleClick event code work even if the data were in another form?
    And if not, what would the code like?

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

      what do you mean by another form? describe your question then I will tell you the answer.

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

      @@mrafaqatpk I solved my question. But I asked how to open another form with a double click from a datagridview, copying/passing the row data to this new form.
      For example, I look for a customer, whose code I don't remember, I search in the datagridview and select among my customer the right name and with a double click select it and open a new form. So I can update or delete the record.

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

      @@fabriziograssini4686 yeah it can be done easily.

  • @danielortiz1347
    @danielortiz1347 6 ปีที่แล้ว

    Excellent Tutorial, is just what i'm looking for, thank you, congratulations

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      thanks for the kind words.

  • @ABsazerNer
    @ABsazerNer 6 ปีที่แล้ว

    wow , you save my life,
    can you make it with class mode, please
    Thank you so much , and we wait for more great tutorials like this

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      Thanks for your support.

  • @2005Azm
    @2005Azm 6 ปีที่แล้ว

    Wonderful ! Clean code! Thank you so much

  • @anjumanbaqeriaghowari5373
    @anjumanbaqeriaghowari5373 6 ปีที่แล้ว

    really awesome and kind work sir plz keep it up thanku so much love u sir

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      Glad you found the video helpful.

  • @munawarshahafridi7921
    @munawarshahafridi7921 6 ปีที่แล้ว

    Great work !!!

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 6 ปีที่แล้ว

    Which one is now recommended 1 win form or Web form ?

    • @CodAffection
      @CodAffection  6 ปีที่แล้ว

      Web form or Asp.net MVC for web applications.
      Win Form Or WPF for Desktop Applications.

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

    i use two different comobox in my project upper combox is customer and in datagridview comobox is itemname when i double click on gridveiw that not fetch combox value in tabpage1 datagridview comobox of itemname plzz help me

  • @Angelo1969s
    @Angelo1969s 6 ปีที่แล้ว

    Thanks very useful!!

  • @rickytomas
    @rickytomas 2 ปีที่แล้ว

    How to post same data to third Party WEB API (RAW Body Authorized WEB API)

  • @zerosandones7547
    @zerosandones7547 4 ปีที่แล้ว +1

    how to do this using .mdf database :(

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

    Amazing!

  • @muneershaikh992
    @muneershaikh992 6 ปีที่แล้ว

    It's very good

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

    Where can i contact you.

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

    Where is the source code? Thanks.

  • @sabirkhan-rv1kd
    @sabirkhan-rv1kd 5 ปีที่แล้ว

    hi sir
    i am working on this project and i need your guidness... so well you help me?

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

    where is the code

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

      It should be there under ' Download Project Source Code'

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

    For more information, Visit Us : www.dotnet.idn-kxchange.com/blogs/post/86/Create-a-master-detail-Windows-Forms-application-with-EF