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

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 66

  • @dimika_
    @dimika_ 4 роки тому

    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!

  • @arrozfritoo
    @arrozfritoo 5 років тому

    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

  • @Wysteria_Willow
    @Wysteria_Willow 9 місяців тому

    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  9 місяців тому

      I have uploaded complete billing tutorial check those videos.

    • @billingsoftwares
      @billingsoftwares  9 місяців тому

      I hane uploaded complete tutorial on Bill software check those videos

  • @cybertree7571
    @cybertree7571 4 роки тому

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

  • @muhammadabdullah2768
    @muhammadabdullah2768 2 роки тому +1

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

  • @fdhadi
    @fdhadi 2 роки тому

    saved me aloottta time. U R a HERO,

  • @rouhaniahsia9366
    @rouhaniahsia9366 Рік тому

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

  • @pesulimasean
    @pesulimasean 7 років тому +2

    how to update and delete, please. thanks

  • @fredrickobarafor547
    @fredrickobarafor547 5 років тому +1

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

    • @billingsoftwares
      @billingsoftwares  5 років тому +3

      Select textbox- properties change modifier private to public

    • @fredrickobarafor547
      @fredrickobarafor547 5 років тому +1

      @@billingsoftwares Thank you very much, you just save my day.

    • @billingsoftwares
      @billingsoftwares  5 років тому +1

      You welcome

    • @harvindersinghsingh6530
      @harvindersinghsingh6530 4 роки тому

      @@billingsoftwares thank you so much also, had this problem but solved. thank you so much ^_^

  • @jasonpeterson3478
    @jasonpeterson3478 2 роки тому

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

  • @halimrifkyhartadi5648
    @halimrifkyhartadi5648 3 роки тому

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

  • @k_peter_001
    @k_peter_001 8 років тому

    Hi, This video is very helpful! Thank You!

  • @alm1ghtyjay45
    @alm1ghtyjay45 2 роки тому

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

    • @billingsoftwares
      @billingsoftwares  2 роки тому

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

  • @AWESOME-ji9uc
    @AWESOME-ji9uc 4 роки тому

    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

  • @tumpanglaluu7494
    @tumpanglaluu7494 Рік тому

    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

  • @Raphaelreck
    @Raphaelreck 7 років тому

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

  • @BizoriInclassifieds
    @BizoriInclassifieds 7 років тому

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

  • @aafiqu_tech
    @aafiqu_tech 7 років тому

    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 4 роки тому

    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  4 роки тому

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

  • @jankennethvilla1980
    @jankennethvilla1980 7 років тому

    what if i have a date time picker?

  • @nino3049
    @nino3049 4 роки тому

    Big thanks. How about pictureBox?

  • @JOEMERSELMA
    @JOEMERSELMA 5 років тому

    Thank you so much!! i love you

  • @renzopizarra2136
    @renzopizarra2136 6 років тому

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

  • @harvindersinghsingh6530
    @harvindersinghsingh6530 4 роки тому

    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 )

    • @billingsoftwares
      @billingsoftwares  4 роки тому +1

      Thanks for comment, select Textbox1- properties make it private to public

    • @harvindersinghsingh6530
      @harvindersinghsingh6530 4 роки тому

      @@billingsoftwares thanks

    • @harvindersinghsingh6530
      @harvindersinghsingh6530 4 роки тому

      @@billingsoftwares bro i have another question, do you have a video how to remove/move database from database1 to database2 by button ? please help thanks

    • @billingsoftwares
      @billingsoftwares  4 роки тому +1

      check my recent uploaded video

    • @harvindersinghsingh6530
      @harvindersinghsingh6530 4 роки тому

      @@billingsoftwares please give the link as well

  • @gonzalomc4490
    @gonzalomc4490 5 років тому +1

    Exelente video.

  • @HocineDz213
    @HocineDz213 3 роки тому

    Thank you so much !!

  • @rouhaniahsia9366
    @rouhaniahsia9366 Рік тому

    i Have some issue plz help me

  • @cristianvanegaspillimue4930
    @cristianvanegaspillimue4930 5 років тому

    buen video, gracias por tu aporte (y)

  • @conorogara5661
    @conorogara5661 3 роки тому

    thank you so much!

  • @michaelmayor9666
    @michaelmayor9666 4 роки тому

    very nice done!

  • @joshuareyes2939
    @joshuareyes2939 6 років тому

    thank you ☺

  • @cedrickbercasio6814
    @cedrickbercasio6814 5 років тому

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

  • @oliverk957
    @oliverk957 5 років тому

    It works for me :-)

  • @vanlong7699
    @vanlong7699 3 роки тому

    thank you

  • @lahrichiaya1264
    @lahrichiaya1264 6 років тому

    its not working for me

  • @nikkim.5351
    @nikkim.5351 3 роки тому

    saved my life

  • @andremedeiros9216
    @andremedeiros9216 3 роки тому

    Perfect!

  • @raghulselvam7292
    @raghulselvam7292 7 років тому

    helpful one!

  • @arslanjappa4335
    @arslanjappa4335 7 років тому

    best

  • @subhasispattanaik1094
    @subhasispattanaik1094 5 років тому

    how to pass date then reply son