Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached

3 Posted Topics

Member Avatar for gahhon

try this window.onbeforeunload = function() { if(confirm('close?')){ window.open('http://www.msn.com','_self'); } return false; }

Member Avatar for sunil_17
0
2K
Member Avatar for Alvin_2

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 …

Member Avatar for deceptikon
0
173
Member Avatar for Maideen

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

Member Avatar for Alvin_2
0
303

The End.