datagrid and checkbox
-
hi all, im having a datgrid in my application it has a checkbox column if i checked a checkbox in a column .i have to get the value of a bound column and insert into the textbox on that row. i appreciate all your help. hi to all with regards, susa
-
hi all, im having a datgrid in my application it has a checkbox column if i checked a checkbox in a column .i have to get the value of a bound column and insert into the textbox on that row. i appreciate all your help. hi to all with regards, susa
Visit the link below for an Example http://www.programmingknowledge.com/[^]
-
hi all, im having a datgrid in my application it has a checkbox column if i checked a checkbox in a column .i have to get the value of a bound column and insert into the textbox on that row. i appreciate all your help. hi to all with regards, susa
-
You meant that you need postback after checkbox is checked or you want to check some checkboxes and after that to post back the page by button?
i need to check some check boxes and post back it through the button click and get the value of abound column,and get the row value of the column to a texbox in that row if the checkbox is checked. hi to all with regards, susa
-
i need to check some check boxes and post back it through the button click and get the value of abound column,and get the row value of the column to a texbox in that row if the checkbox is checked. hi to all with regards, susa
There is an example of exactly that, somewhere on codeproject, sorry, i don't have the url right now. There are also similar examples on msdn.microsoft.com, again no url :~