I have huge amount of data from database, i need to get or store that data temporarily in a variable on client side and display in another page. What is the best way to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The basic work flow to accomplish this would be as follows:
Are you at all familiar with the Entity Framework for connecting to databases? This would be a good place to start. It’s hard to help answer your question if you don’t understand any of these concepts without going into a fair bit of detail and teaching to get you up to speed so you might need to do some reading/research on your own.