Click to See Complete Forum and Search --> : cache


felipecj
January 25th, 2002, 11:22 AM
Hi!

Does anybody know how to make that an aspx page always passes through the
private void Page_Load(object sender, System.EventArgs e)
function, even when it is in cache?.
I'm doing some validations on the load function but when the page is cached, the validations are skipped

Felipe