Loading
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.
Sandeep KumarPosted Jan 20, 2024, 5:27 AM
few column data comming from database after binding grid few column are iput column then i willsave data to another database table
Sam HobbsPosted Jan 19, 2024, 6:28 PM
You do not show where the data is coming from. I assume there is a list (or something like a list) of classes with
Amount1andAmount2as members. It can also have a member for the result of the comparison. Then when the list is loaded process it to do the comparisons.Sachin SinghPosted Jan 19, 2024, 11:51 AM
you can use this
Sandeep KumarPosted Jan 19, 2024, 11:40 AM
amount1 and amount 2 user will input
Alpesh ManiyaPosted Jan 19, 2024, 11:33 AM
To compare the values in the "Amount1" and "Amount2" columns of a GridView and display the greater amount in the "Greater Amount" column, you can achieve this by using the
RowDataBoundevent in the code-behind file of your ASP.NET page. Here's