for eg to total = price* quantity
Loading
for eg to total = price* quantity
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Feb 11, 2023, 9:03 AM
Hello Suman,
To display a calculated field in an ASP.NET MVC Web Application, you can create a property in your model class to hold the calculated value, and then display it in a view. Here's an example:
Model Class:
Controller: In your controller
View: In your view
Thanks
Naimish Makwana