How to display data from datagridview to textbox in C# winform

Sdílet
Vložit
  • čas přidán 13. 06. 2019
  • How to display data from datagridview to textbox in C# winform:
    Working steps display data from datagridview to textbox:
    1. At first load or display data from database to datagridview
    2. Click or datagridview choose row selectionMode=fullrowselect and create Two event one by one theses are CellClick and MouseDoubleClick and write the code.
    These process is very effective to display data from datagridview
    3. To populate data from datagridview to textbox there is another way creating the datagridview event CellContentClick. But these process is not effective all time and sometimes it takes to many times to send data to textbox. So avoid these process, use previous two event.
    4. I have showed all the process, Step by step.
    Working Steps for Load display data to datagridview:
    1. I have create a database named EmployeeDB with my prewritten script to make this video short
    2. I have created EmployeeInfo Table and insert some data with SQL Authentication
    3. Add the connection to may visual studio server explorer and copy the connection string from properties
    4. Create connection object pass connection string as parameter with your SQL authentication password
    5. Write the code in the load event
    6. In the code I have created SQL Command and created Sqldatabadapter and pass the command to the dataadapter and declare a datatable dt. And fill the dataadapter with the datatable and add the datatable as a datasource of datagridview
    7. To fill the column with datagridview width I have used datagridview AutoSizecolumnmode=fill
    8. Then run and check.
    I will create lot of windows and other .net library related basic and advance video so do subscribe to see all.
    To find the code I have written in this video, join to our facebook group by clicking following link:
    / 2751532358222317
    You can also like to our facebook Page to get all video code clicking on following link:
    / itsolution-56263272420...
    You can follow us on twitter clicking on following link:
    / itsolut62078624
    We will create thousands of video related with information technology from our practical experience and those are used in our daily work and development. Stay with us.
    Do like, share and comments and subscribe to my channel and click on bell button to get notification when new video uploaded. You may suggest me to make new video with new topic.
    My Channel Subscription link:
    / @itsolution8998
    Thanks again
  • Věda a technologie

Komentáře • 10

  • @Diliya-nh9ze
    @Diliya-nh9ze Před rokem +1

    Лучший просто🙏

  • @aaaqo1226
    @aaaqo1226 Před 5 lety

    thx bro

  • @grjquotes8112
    @grjquotes8112 Před 5 lety

    keep it up bro

  • @rameljaycuna8960
    @rameljaycuna8960 Před 2 lety

    Sir.. what it i dont want to show the time of the datagridview. I want only the date. Can you help me for my problem?

  • @shahidabbasi9524
    @shahidabbasi9524 Před rokem

    Sir my project is voting via fingerprint I saved vote in database now I want to count vote and show position win or lost how to do it

  • @akhterhussain100
    @akhterhussain100 Před 5 lety

    thnks and also display combox selection

    • @itsolution8998
      @itsolution8998  Před 5 lety

      Welcome , Combo Selection means , could you describe more...

  • @NHGeneral
    @NHGeneral Před 2 lety

    Hello, please guild me how to convert from a datagridview cell that contains decimal value to a numeric up down using this method

  • @jayantacodingclass
    @jayantacodingclass Před 2 lety

    Gridview to textbox retrieve data -czcams.com/video/heXzCxdQjO0/video.html