Hello!
I have a dynamically generated grid (ASPxGridView) to which I connect the dynamically generated source (DataTable).
I store the source in the viewState of the page before writing it to the database.
My problem is that when different users connect to the page, the ViewState (or Session) for them is the same and the information written to the database (source DataTable) may come from the wrong user from whom it was expected. The page address is the same for all users.
Can you suggest how best to keep the source in memory so that it is separate for users and for each new page tab in the browser? Or how to configure IIS, or maybe the web.config configuration file, so that the session for each user is separate?
Product: ASPxGridView (DevExpress 20.1.3), IIS 10, ASP.NET WebForms, MS SQL Server 2019
Operating System: Windows 10 x64
IDE: Microsoft Visual Studio 2019
I will be grateful for any help, thank you.