Hi All,
I have gridview insdie a gridview, I have dropdownlist in the child gridview, I am binding data to the main gridview in pageload, for chidgrid I'm binding data in the rowdatabound of the parent grid with a dropdownlist.
Now I'm facing an issue is when I'm trying to change the selectedvalue it's selected index change is not getting fired, I am completely stuck, i have some RnD on this issue, every one said that in the pageload use "Page.IsPostback" for binding grid data, I have already done that I am binding data using that condition in the page load.
Please find the attached code of mine
Thanks in advance for any help.