Is there any other way? Client doesn't want any of the option - cookies, session, querystring, hidden fields.
In my application session is already very heavy....No more session
Please suggest something else. I have tried using [HiddenInput(DisplayValue= false)] attribute in my model property but still I can see the hidden control value in the source code of html. Any idea?
dee_singh
Member
10 Points
10 Posts
Re: How to get rid of hidden fields in ASP.net MVC 2
Nov 24, 2010 12:07 PM|LINK
Is there any other way? Client doesn't want any of the option - cookies, session, querystring, hidden fields.
In my application session is already very heavy....No more session
Please suggest something else. I have tried using [HiddenInput(DisplayValue= false)] attribute in my model property but still I can see the hidden control value in the source code of html. Any idea?
"ASP.NET MVC 2" "asp.net Mvc" View Composition