06-15-2010 07:33 PM
Is there any step to do in client side before getting the selectioncontext from server side or any other solution?
I would liked to do like ExportToFile() method in CommonTasksTasklet.ascx of Sage Saleslogix web portal.
ISelectionService srv = SelectionServiceRequest.GetSelectionService();
ISelectionContext selectionContext = srv.GetSelectionContext(key);
int count=selectionContext.GetSelectionCount();
The count is always zero whenever I try to get.
Any help would be appreciated.
09-07-2011 06:45 AM
Bump. Anyone have a solution for this? I am also getting 0 whenever I try to use the ISelectionContext.
09-07-2011 06:57 AM
Haha! Just looked around a bit more and I had figured this out in the past. See here: