Hi,
ave on a project, where i have 7 different Web pages (Architecture is MVC 4). and my question is have a Primary key in my first page. Say Customer ID. I need to make this value available in all the pages, where i need to fetch this value and retrieve other values based on the Customer ID.
I have used session, but thats not the way to implement since this has cons.
has there any better way , where i can implement this thing ?
Thanks in Advance :)