DATA GRID
-
-
I can give you some idea :) not code.:doh: while select one row, use GridviewRow class and and read the row of corrosponding selected index and then use can use textbox1.text=GR.column[0].text like that :) Try this concept it will work :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
I can give you some idea :) not code.:doh: while select one row, use GridviewRow class and and read the row of corrosponding selected index and then use can use textbox1.text=GR.column[0].text like that :) Try this concept it will work :)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
thank u for replay. frnd i have one doubt how to find selected row? and how to write onclick event for data grid?
-
thank u for replay. frnd i have one doubt how to find selected row? and how to write onclick event for data grid?
hi, insert Select column (checkbox)as the first column in ur datagrid, so it will be at begining of each row, if it is checked means selectd nd u can progress further write a bool func isChecked(){} try it ll definately work
i m faisal