Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
LKNetDev, For EntityGridView to work against ObjectDataSource edit the EntityGridView.cs and modify the following: void dsc_Selected(object sender, ObjectDataSourceStatusEventArgs e) { RecordsCount = e.AffectedRows; RecordsCount = ((DataSet)e.ReturnValue).Tables[0].Rows.Count; } Thanks, Michael P.S ...