For in MVC we usually use hiddenfield to contain something useful but don't want to be seen by clients
No - we use Session to transfer data that is sensitive, not hidden fields. Hidden fields are used for managing data that we do not want to display in a form.
Mikesdotnett...
All-Star
155597 Points
19981 Posts
Moderator
MVP
Re: Hope Microsoft can offer us a function of encypting and decypting the hiddenfield's value……
May 07, 2012 07:43 AM|LINK
No - we use Session to transfer data that is sensitive, not hidden fields. Hidden fields are used for managing data that we do not want to display in a form.
Web Pages CMS | My Site | Twitter