|
Subject:
|
login in multiple websites using asp.net 2.0
|
|
Posted By:
|
asra
|
Post Date:
|
8/6/2007 5:51:38 AM
|
hi all iam uisng asp.net 2.0. iam posting the data in the website using xmlhttp post and getting the data using xml http get. when iam posting and getting the data from two different browsers then the first browser data which i got from get method is getting overriiden by the second browser data. can any one please tell me how can i do this.how can maintain the data. plz help me its very urgent.
|
|
Reply By:
|
planoie
|
Reply Date:
|
8/6/2007 10:18:57 AM
|
Why is a second browser window open? How is the data being stored?
If I build an application that allows me to edit data and I open up two browsers to the same data, then I would get the same results. This is a issue of application design. Are you asking how to lock data updates to eliminate concurrency issues?
And does any of this relate to the topic subject "login in multiple websites using asp.net 2.0"?
-Peter
|