antonet Posted April 23, 2005 Posted April 23, 2005 Hello, i am new in asp.net and i am having a question: I am having a datagrid_1 in which i am showing the context of PatientDetails table. When the user double clicks on a row i want to display on a new datagrid_2 (in the same form) the information which corresponds to that patient, but from another table (Img table). The two tables are connected throw a PK and a FK. How can i connect the two datagrids so as when the first datagrid is double clicked, the other one will show the appropriate info?? and how shall i read the information of the row that has been clicked in general? your answer will be very helpful for me.. Quote
Moderators Robby Posted April 25, 2005 Moderators Posted April 25, 2005 You will need to place a link or button column in place of the 'double-click' idea you have. Also, you'll find a sample in this article http://aspnet.4guysfromrolla.com/articles/040203-1.aspx Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.