Hi,
I want to retrieve All Tasks,Due Tasks & Today's task of the logged-in user from the site collection. I am able to achieve the functionality for All Tasks by creating a visual web part & usingSPSiteDataQuery (Listtemplate ID = 171 in SP 2013). But, I have written the code on "Page_ Load" event and populated the data in asp Grid view binding a Datatable object to grid view.
How to write code for Due Tasks & Today's Task since I have to filter from All Tasks object only which is already loaded. How to use client-side scenario in this case like Session state or hidden field etc ? Currently, everything is server-side in my code.
Vipul Jain