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

.NET (Core and Framework)

 
AnswerRe: WEB SERVICE IN ASP.NET Pin
ZurdoDev27-May-15 3:05
professionalZurdoDev27-May-15 3:05 
AnswerRe: WEB SERVICE IN ASP.NET Pin
Abhipal Singh1-Jun-15 7:16
professionalAbhipal Singh1-Jun-15 7:16 
QuestionBOLKI Pin
Member 1160511127-May-15 1:39
Member 1160511127-May-15 1:39 
AnswerRe: BOLKI Pin
Dave Kreskowiak27-May-15 2:24
mveDave Kreskowiak27-May-15 2:24 
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 
Assuming you don't load the employee history from the database when you open the form then;

In the row click event (or the selected row changed event) get the employeedID from the selected row of the DGV (probably from a column with a 0 width, who wants the user to see IDs)

Use a query to get the history from the database
add each resultset into a cache collection so you don't have to get it again.
bind the resultset to the datasource of the second dgv.

Next time check in your cache before going off to the database
Never underestimate the power of human stupidity
RAH

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

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.