posting data versus model datahttp://forums.asp.net/t/1626799.aspx/1?posting+data+versus+model+dataWed, 24 Nov 2010 20:32:01 -050016267994183352http://forums.asp.net/p/1626799/4183352.aspx/1?posting+data+versus+model+dataposting data versus model data <p>Hi,</p> <p>Just a question here. Lets say I have a model Model1 with the property&nbsp;say &quot;IsAccessed&quot;. Now lets pass this model to a view using the View(&quot;Action1&quot;, model1). Now lets say user&nbsp;performs some operation in the View and then submits. Basically a Post happens to an Action &quot;Action1&quot; and the same model1 is passed to the Post Action. Now if I had set &quot;IsAccessed&quot; as true in my get Action of &quot;Action1&quot; and if this property is not accessed in the view ... its getting reset to false. Is there any reason for the same?</p> 2010-11-24T17:36:06-05:004183567http://forums.asp.net/p/1626799/4183567.aspx/1?Re+posting+data+versus+model+dataRe: posting data versus model data <p>please see http://forums.asp.net/t/1559541.aspx</p> 2010-11-24T20:32:01-05:00