Add own calculation when user save button

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
bani06
User
Posts: 38

Add own calculation when user save button

Post by bani06 »

HI,

I have 4 column field textbox.

i) Start Time
ii)End Time
iii) Idle Hours
iv) Nett Sort Time.

on which server event if when user click save on add and edit page.. the nett Sort time will calculate hours like this

Nett Sort Time : End Time - Start Time- Idle Hours
08:30 -06:30 -01:00

Thanks


MichaelG
User
Posts: 1107

Post by MichaelG »

You can use the Row_Inserting / Row_Updating server events to do the calculation.


Post Reply