solution for getting postback data in gridview in PopupControlExtender in another gridview
-
hello everybody. I have a gridview having linkbutton inside template columns based on clicking a linkbutton some data to be fetched and to be displayed in an internal gridview(inside template field)in PopupControlExtender. i was trying a lot but spite of existance of data,the internal gridview (inside PopupControlExtender) does not being displayed . any help will be greate appriciatable ...... thanking u all.....
-
hello everybody. I have a gridview having linkbutton inside template columns based on clicking a linkbutton some data to be fetched and to be displayed in an internal gridview(inside template field)in PopupControlExtender. i was trying a lot but spite of existance of data,the internal gridview (inside PopupControlExtender) does not being displayed . any help will be greate appriciatable ...... thanking u all.....
write a javascript function like below. //index should be table row index. functoin showvalues(index) { //read the cell content like //tablename.rows[index].cells[hiddencolumnindex].innerText //hidden column cell can have the values , what you want to show for this row. show this values, whare you want. } call this function from linkbutton.