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.
TimoYang
Contributor
3732 Points
1275 Posts
Re: Hope Microsoft can offer us a function of encypting and decypting the hiddenfield's value……
May 07, 2012 07:54 AM|LINK
Thanks!