how to access data from one site to another
ASP.NET
8
Posts
5
Posters
0
Views
1
Watching
-
hey.. Any body can tell me how to access/take a particular data from one website to another.
-
A website could have different sessions running etc. You could store the info in a database that both websites are using and then get it from there.
-
hey.. Any body can tell me how to access/take a particular data from one website to another.
Or pass data through addressbar as querystring.
Navaneeth How to use google | Ask smart questions
-
if there is no seesion and there is different data on the single page and i want only a particular data ???