Now I have an ASP.Net page that has gridview connected to a database file sitting on IIS server.
However, I have request that the user (a boss) likes and want my page, but rules in company is that that database has to be from client/user PC.
Because I am not a staff of that company and no sensitive data be saved on server.
How to ask the page to get data from client database instead (ie the db is on user's pc).
Thanks
Go to the complete details ...