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

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

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

muhammadabdullah
Автор

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!

dimika_
Автор

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

cybertree
Автор

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

rouhaniahsia
Автор

Hi, This video is very helpful! Thank You!

peterkaprinyak
Автор

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

arrozfritoo
Автор

how to update and delete, please. thanks

pesulimasean
Автор

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

jasonpeterson
Автор

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

renzopizarra
Автор

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

tumpanglaluu
Автор

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

BizoriInclassifieds
Автор

buen video, gracias por tu aporte (y)

cristianvanegaspillimue
Автор

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?

lunacc
Автор

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

halimrifkyhartadi
Автор

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

Thank you.

Raphaelreck
Автор

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

AWESOME-jiuc
Автор

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

almghtyjay
Автор

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?//

aafiqu_tech
Автор

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

AbdulAhad-ptss
Автор

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

fredrickobarafor