I've asked this question before but couldn't get the answer I was looking for so I'm going to try it again.

I'm translating pages from old asp to asp.net and I don't want to do this any other way so I really just want to know if this can be done.

In asp, I'd assign a variable on one page

Code:
<% myVar = "something" %>
I could assign many variables here and then use an include...