What's the equivalent of TEMPDATA in Webmatrix? -


  1. fill form data
  2. proceed fields' validation
  3. if validation pass, go different.

in aspnet nvc, can put data in tempdata["mykey"] , recover somewhere else.

how can obtain same result in webmatrix?

thanks helping

there isn't direct equivalent. can use session instead.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -