Retain Values in a Page in ASP

Retain Values in a Page in ASP

Question:
Is there any way to retain values in a page (text box, check box, radio, and so on) after going to some other page and coming back? I don’t want to use any application or session level variables.

Answer:
Because you do not want to use application or session level variables, the only two ways for you to do it is to use cookies to store the info on the client, or use QueryString values to go from page 1 to page 2 and back to page1. Then when displaying page1, read the values back and accordingly highlight or fill in your text box, check box, etc values.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular