No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
try this window.onbeforeunload = function() { if(confirm('close?')){ window.open('http://www.msn.com','_self'); } return false; }
I am building an online-offline application. The offline applications db should be synchronized with online app db. What I have done so far is, built an offline app with sql ce as backend, and used timer to check whether internet connectivity is available in each 5 minutes. The issue I …
may be you should check the version of reportviewer you are using in server and in local machine. As an alternative try copying these dlls from your local machine and place them in your applications bin folder. The dlls are Microsoft.ReportViewer.Common.dll Microsoft.ReportViewer.DataVisualization.dll Microsoft.ReportViewer.ProcessingObjectModel.dll Microsoft.ReportViewer.WebForms.dll
The End.
Alvin_2