@model YOURMODEL<input type="text" value="@PropA" /><input type="text" value="@PropB" />@{int result=PropA+PropB}<input type="text" value="@result" />
Thank you, Govind
Login to post response