Hi all
I am stuck up with one problem. Any help is appreciated.
How will I get value of following function - public List
I have to get it and assign to variable "views1" in another function called
private List
{
List
try
{
views1 = analytics.GetForm() as List
}
catch (Exception ex)
{ }
return views1;
}
How will I assign it? Following Line is giving me an error....
views1 = analytics.GetSiteVisits() as List
Jignesh TrivediPosted Dec 5, 2013, 11:14 PM
your view1 variable is List
I think you have to find what the exact relation between these two and find out way to cast data.
hope this will help you.
swami swamiPosted Dec 6, 2013, 11:12 AM
VulpesPosted Dec 5, 2013, 5:29 PM
I think you'll need to figure out a way to convert each KeyValuePair