Hi
I have two websites
In one website there is one page in which i am doing some database operations and getting data in datatable
Now i want that datatable's data in page of my another website.
Please Provide the Solution
Thanks In Advance
Rahul Patel
Loading
Manikavelu VelayuthamPosted Oct 27, 2010, 4:22 AM
1. In that case you should store that datatable in a sql server database. so that another website can access that datatable in the same sql server database.
2. You should create a webservice to provide the datatable to other websites. Other websites can create the proxy to access this datatable in that web service