0
votes
0answers
196 views

What's the correct ordering of calling methods to create Visual Web Part with Connections

I have two Visual Web Parts. The first webpart is just a list of views. When a view is selected, it passes the ListID and ViewID to the second webpart. The second webpart displays the results of that ...
1
vote
1answer
13k views

SPGridView Sorting, Filtering and Paging

I'm currently working on my first SharePoint web part to aggregate information from numerous announcement lists in various sites and allow them to be displayed in one single web part. I've used two ...