Dear Experts,
I have a modal popup and a GridView in it. The GridView is populated programmatically, i.e. I use .DataBind(). I can enter data into some of the GridView's controls. After I press Submit, I expect to do something with the entered data. But in the button press handler, the GridView is empty. The data entered e.g. into a TextBox is preserved, it is only GridView that has this problem. I din't set EnableViewState of the page or of the GridView to false, moreover, I explicitly set it to true.
Maybe somebody could help me on this?
Thanks,
Dmitriy