Hej har ett konstigt problem... ( har skickat detta till asp.net... så det är på engelska... ) Är inte helt med. Du får nog förlklara din nuppbyggnad lite bättre. Enda möjligheten jag ser som kan orsaka det här beteendet är att du lagrar en referens till ett objekt på sidan i en statisk variabel i din klass. Då kan det vara möjligt att flera användare använder samma variabel, och att referenserna skriver över varandra.Problem!?
"I have a very strange problem: It turns out the server sends part of its response to the wrong user sometimes. We have been debugging this problem in controlled test sessions and this is what happens:
Sometimes some parts of the page goes missing for one user. It can be a button, a link or whatever, and every time that element shows in the form of another user. Most if the time it's just ugly but sometimes it can result in errors, like in the case of a command button, who's ID must be unique and suddenly there's two such buttons using the same client ID.
Right now I'm clueless because I certainly don't meddle with the response object anywhere. The only thing "special" about my site is the fact all forms inherit a base for. This is a good way to make sure a standard look is ensured as well as basic functionality.
Anyone?"
Tack på förhand!
Mvh Andreas HSv: Problem!?
Kör du en sida och laddar in kontroller dynamiskt? Eller kör du olika aspx sidor och dessa visar data på fel sätt?
mvh JohanSv: Problem!?