I have main page into which i load a user control with a grid and add/edit link buttons.
If I bind the grid by setting the datasource and calling the datebind() method in the page load event then it sets properly. However, I want to keep the selected row between postbacks, so I wrap the bind code in "if (!Page.IsPostBack) {}" as usual. My problem is the page load always registers it as a postback and my code never runs.
I am using the 2.0 framework, and mu grid is an 2008.1 infragistcs for the 2.0 framework.
I thinking this must be something simple.... or hoping anyway!
Thanks in advance