Faced the problem of saving information when opening new pages in an ASP.NET project.
I fill the xml-file with data that the user clogs into text boxes. And then they are already written from xml into the table, but this is not the point. I take the first 3 fields from 3 other tables. That is, I go through a button on a new page. I click in the table the line I need and read the line ID. But at the same time, every time I go to a new page, then this ID will be erased.
And there would be nothing terrible if there were such 2 fields. I would send a simple ID reader to redirect to a new page. The way is dreary, but I would keep the data. But the problem is that the fields are 3 and I lose 1 of the ID on any one.
Is there any easier way to save the data on the page, regardless of my transitions while I read the rest of the IDs? Thanks for the answer in advance. If something is not clear explained, ask. I will attach all the necessary code.