DA
David
May 9, 2007 08:39 PM UTC
Afternoon,
I fixed the issue. I placed the datagrid binding in a separate routine and used the Page_Init to determine when to refresh the data. All is well now. I also placed the grid control in a callback panel and checked this.Page.IsPostBack == false && this.Page.IsCallback == false. Now when I select a new item on the dropdownlist, it will properly save to the database instead of defaulting to the first entry in the list.
I know, clear as mud but it works now.