Click here to Skip to main content
15,889,335 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: BOLKI Pin
Brisingr Aerowing17-Feb-16 23:14
professionalBrisingr Aerowing17-Feb-16 23:14 
AnswerRe: BOLKI Pin
ZurdoDev27-May-15 3:04
professionalZurdoDev27-May-15 3:04 
QuestionShowing value to another Datagridview Pin
Member 1171608424-May-15 20:37
Member 1171608424-May-15 20:37 
AnswerRe: Showing value to another Datagridview Pin
Mycroft Holmes24-May-15 20:58
professionalMycroft Holmes24-May-15 20:58 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608424-May-15 21:16
Member 1171608424-May-15 21:16 
GeneralRe: Showing value to another Datagridview Pin
Eddy Vluggen24-May-15 23:31
professionalEddy Vluggen24-May-15 23:31 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608424-May-15 23:47
Member 1171608424-May-15 23:47 
GeneralRe: Showing value to another Datagridview Pin
Eddy Vluggen24-May-15 23:52
professionalEddy Vluggen24-May-15 23:52 
Member 11716084 wrote:
I already do that
Post the code.

Member 11716084 wrote:
when i click datagridview1
..a mouse-click event is triggered. Open the form with the designer, select your datagridview, press F4 to bring up properties. That properties-list can also show events by toggeling one of the buttons at the top. Find the Cell-click event, and double-click it. That generates the handler and hooks it up when the form is created.

In that event, you load the data for the second datagridview, in a similar way as the first datagridview. Since you probably want details, you'll need to use some details from the "e"-variable from the CellClick-event - it shows in which row and which column was clicked, allowing you to fetch the value and to reuse it in the query for the second datagridview.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Showing value to another Datagridview Pin
Member 1171608424-May-15 23:55
Member 1171608424-May-15 23:55 
GeneralRe: Showing value to another Datagridview Pin
Member 1171608425-May-15 0:00
Member 1171608425-May-15 0:00 
GeneralRe: Showing value to another Datagridview Pin
Eddy Vluggen25-May-15 1:17
professionalEddy Vluggen25-May-15 1:17 
Questioncss not functioning under aspnet secure folders Pin
arraybiz22-May-15 22:53
arraybiz22-May-15 22:53 
SuggestionRe: css not functioning under aspnet secure folders Pin
Richard MacCutchan22-May-15 23:39
mveRichard MacCutchan22-May-15 23:39 
Questionbarcode designer Pin
Member 297864820-May-15 20:12
Member 297864820-May-15 20:12 
AnswerRe: barcode designer Pin
Pete O'Hanlon20-May-15 20:50
mvePete O'Hanlon20-May-15 20:50 
Questionare there api for the inspect.exe tree in .net? Pin
neodeaths19-May-15 15:58
neodeaths19-May-15 15:58 
AnswerRe: are there api for the inspect.exe tree in .net? Pin
Eddy Vluggen27-May-15 1:34
professionalEddy Vluggen27-May-15 1:34 
QuestionMove Data From One Grid View to Other Grid view (Data should be deleted from one GV and added into other GV) Pin
Abhishek RV11-May-15 21:41
professionalAbhishek RV11-May-15 21:41 
AnswerRe: Move Data From One Grid View to Other Grid view (Data should be deleted from one GV and added into other GV) Pin
Richard MacCutchan11-May-15 23:31
mveRichard MacCutchan11-May-15 23:31 
AnswerRe: Move Data From One Grid View to Other Grid view (Data should be deleted from one GV and added into other GV) Pin
Pete O'Hanlon12-May-15 3:03
mvePete O'Hanlon12-May-15 3:03 
QuestionWeb browser Pin
Member 116652324-May-15 23:44
Member 116652324-May-15 23:44 
AnswerRe: Web browser Pin
Richard MacCutchan4-May-15 23:51
mveRichard MacCutchan4-May-15 23:51 
QuestionNetwork Traffic Monitor Pin
Member 111221371-May-15 16:18
Member 111221371-May-15 16:18 
AnswerRe: Network Traffic Monitor Pin
Pete O'Hanlon1-May-15 21:03
mvePete O'Hanlon1-May-15 21:03 
AnswerRe: Network Traffic Monitor Pin
Dave Kreskowiak2-May-15 3:08
mveDave Kreskowiak2-May-15 3:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.