I have an asp.net application that tracks our clients. I have an add client and edit client page that both use a client user control. I am seeing some odd behavior with the edit client form. If I search for a client (Different form) and select one, it takes me to the edit client form. Now if I edit some information and save within the first 60 seconds the application saves the data. If I wait for 60 + seconds the ClientId that was being stored in a variable is lost and the application tries to add a new client. I have other forms that work similar to this (Edit Employee) and they work fine. Has anyone ever run into something like this before?
I can post the code if you need it.
Thanks in advance.
I can post the code if you need it.
Thanks in advance.