Doubt
-
Hi, In my new project, There is a grid control and a group of textboxes. The Grid is populated with data from the database. What i am supposed to do is when the user clicks on a particular row in the grid, i have to load the contents of the cells to the textboxes. What should i do to achieve this? Any valuable clues/urls? Thanks in advance..... Sebastian
-
Hi, In my new project, There is a grid control and a group of textboxes. The Grid is populated with data from the database. What i am supposed to do is when the user clicks on a particular row in the grid, i have to load the contents of the cells to the textboxes. What should i do to achieve this? Any valuable clues/urls? Thanks in advance..... Sebastian
Hi, You can cater the row enter event of the grid which will give you the row index of the current selected row...from there you can get each cell value in that row and populate the textboxes.
Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.
-
Hi, You can cater the row enter event of the grid which will give you the row index of the current selected row...from there you can get each cell value in that row and populate the textboxes.
Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.
Thanks for your quick reply........ actually i wanted to perform this a method other than you suggested..... what i need is to populate the textboxes with out much coding(i think bounded controls), i don't have an exact idea about bounded controls... I hope you got the scenario, can you suggest some other..? Thanks once agin Sebastian