Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i'm trying to create custom web analytic reports by following the article in code project
http://www.codeproject.com/Articles/305102/Share-point-2010-Using-Web-Analytic-Reports-progra
but when i'm trying to pass the parameters to the function
C#
GetWebAnalyticsReportData(TxtSiteUrl.Text, reportLevel,reportType,DateTime.Parse(txtFromDate.Text),
                        DateTime.Parse(txtToDate.Text));

i'm facing problem with TxtSiteUrl,i tried many ways it is showing "user group or domain does not exist",i seriously need some help to get rid of it
Posted

1 solution

I think it would be in your best interest to post a question like this to the original article. It will give the author of the article and code an opportunity to see the question and respond to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900