Showing related tags and posts accross the entire site.
-
Hello, people! I'm just about to finish a project, but I am stuck at something that, hopefully, is somthing silly I am missing... I have a DetailsView attached to an ObjectDataSource (the DataSource was created with NetTiers, if this is relevant information). I can't make it work as desired if the DataSource...
-
That tip is great, thanks. Here is what I ended up doing before reading your post. Hope it helps the next person. You are correct, the automatic paging and sorting with gridview only work with a sqldatasource or objectdatasource as I found out. Otherwise you have to make your own events methods for OnPaging...