Gridview row Double click open new form with that Gridview row data in C#

Sdílet
Vložit
  • čas přidán 26. 12. 2016
  • When you double click on datagridview that row that will copy into other form textbox and from there you can update are delete that row data from database and update dagagridview

Komentáře • 66

  • @peterkaprinyak9692
    @peterkaprinyak9692 Před 7 lety

    Hi, This video is very helpful! Thank You!

  • @JOEMERSELMA
    @JOEMERSELMA Před 4 lety

    Thank you so much!! i love you

  • @HocineDz213
    @HocineDz213 Před 3 lety

    Thank you so much !!

  • @renzopizarra2136
    @renzopizarra2136 Před 6 lety

    Hello, this video is very helpful! Thank you very much code factory 2016

  • @dimika_
    @dimika_ Před 3 lety

    Hi there, thanks for showcasing that step-by-step, super handy! ^^ I'm having trouble when trying to implement on a parent form with a custom-made private class for its childform however. It only lets me open a new form, it doesn't like the "openChildForm(new SLRLoadIndividualCourse());" in the CellDoubleClick Event. Can you suggest an alternative perhaps? And thanks again!

  • @jasonpeterson3478
    @jasonpeterson3478 Před rokem

    Thank you. I've been searching for this type of tutorials for a while.
    (^.^)

  • @raghulselvam7292
    @raghulselvam7292 Před 6 lety

    helpful one!

  • @gonzalomc4490
    @gonzalomc4490 Před 4 lety +1

    Exelente video.

  • @joshuareyes2939
    @joshuareyes2939 Před 6 lety

    thank you ☺

  • @cristianvanegaspillimue4930

    buen video, gracias por tu aporte (y)

  • @BizoriInclassifieds
    @BizoriInclassifieds Před 6 lety

    this really helped me with one of my projects, now looking for multiselect data capture on form. any video on it ? . thanks.

  • @conorogara5661
    @conorogara5661 Před 3 lety

    thank you so much!

  • @michaelmayor9666
    @michaelmayor9666 Před 4 lety

    very nice done!

  • @arrozfritoo
    @arrozfritoo Před 4 lety

    what if i want to load on that new form more data? like my row just have 4 items but my txt file has 6 when i open the new form i would like to load the 4 items from the grid and the other 2 from the txt that are associated to that row

  • @fdhadi
    @fdhadi Před 2 lety

    saved me aloottta time. U R a HERO,

  • @andremedeiros9216
    @andremedeiros9216 Před 2 lety

    Perfect!

  • @arslanjappa4335
    @arslanjappa4335 Před 6 lety

    best

  • @vanlong7699
    @vanlong7699 Před 3 lety

    thank you

  • @oliverk957
    @oliverk957 Před 4 lety

    It works for me :-)

  • @rouhaniahsia9366
    @rouhaniahsia9366 Před rokem

    thank you.Can you clear the same procedure for Usercontrols ...

  • @Raphaelreck
    @Raphaelreck Před 6 lety

    Hello, thank you for this tutorial. It's perfect.
    BUT :
    Does this work for Visual Studio 2015 / 2017 ?
    Thank you.

  • @cybertree7571
    @cybertree7571 Před 3 lety

    for updating DateTimePicker... what is statement for a date time picker?

  • @pesulimasean
    @pesulimasean Před 6 lety +2

    how to update and delete, please. thanks

  • @muhammadabdullah2768
    @muhammadabdullah2768 Před 2 lety +1

    This is not working until you public modifiers your textbox from property

  • @lunacc9683
    @lunacc9683 Před 4 měsíci

    How do you code the update button? If you update the selected record, will it remain in the same record or will it add a new record?

    • @billingsoftwares
      @billingsoftwares  Před 4 měsíci

      I have uploaded complete billing tutorial check those videos.

    • @billingsoftwares
      @billingsoftwares  Před 4 měsíci

      I hane uploaded complete tutorial on Bill software check those videos

  • @nino3049
    @nino3049 Před 4 lety

    Big thanks. How about pictureBox?

  • @AWESOME-ji9uc
    @AWESOME-ji9uc Před 4 lety

    hello sir, how do I pass dgv value to a textbox in form inside a folder? I group my forms in a folder so I know where to find it

  • @aafiqu_tech
    @aafiqu_tech Před 6 lety

    i have a problem when i pass data from datagrid to another form same form appears twice one with data from datagrid view other blank i want one form only with data kindly give some suggestion?//

  • @AbdulAhad-pt7ss
    @AbdulAhad-pt7ss Před 4 lety

    Hi sir how can I open different forms after clicking datagridview row because I m going to develop a Lab report entry in which form must be different due to their parameters any cooperation will be greatly appreciated

    • @billingsoftwares
      @billingsoftwares  Před 4 lety

      Thanks for watching my channel, Use some conditions based on parameters.

  • @nikkim.5351
    @nikkim.5351 Před 2 lety

    saved my life

  • @tumpanglaluu7494
    @tumpanglaluu7494 Před rokem

    how about date? i try to call the date for the first time and it was success but i try it for the second and more time, it didn't call the same date value anymore. can you help? thanks in advance

  • @alm1ghtyjay45
    @alm1ghtyjay45 Před 2 lety

    Help! I'm getting errors it says textbox1.Text is inaccessible due to protection level

    • @billingsoftwares
      @billingsoftwares  Před 2 lety

      Go to textbox1 property change(access specifier ) private to public

  • @jankennethvilla1980
    @jankennethvilla1980 Před 6 lety

    what if i have a date time picker?

  • @fredrickobarafor547
    @fredrickobarafor547 Před 4 lety +1

    how did you make textbox global? my issue is textbox is not seen in that form

  • @halimrifkyhartadi5648
    @halimrifkyhartadi5648 Před 3 lety

    where i can get the next video for update and delete?

  • @rouhaniahsia9366
    @rouhaniahsia9366 Před rokem

    i Have some issue plz help me

  • @harvindersinghsingh6530

    i am having issue, i can do everything. but when I do the coding for
    admin a = new admin;
    a.textbox ( the problem is I cant' search the textbox.1 even its at admin form. please help me )

  • @lahrichiaya1264
    @lahrichiaya1264 Před 6 lety

    its not working for me

  • @subhasispattanaik1094
    @subhasispattanaik1094 Před 5 lety

    how to pass date then reply son

  • @cedrickbercasio6814
    @cedrickbercasio6814 Před 5 lety

    you didn't show the codes for update and deletion of data