class status in asp.net
Hi,
I m make a class for my application calculation and report generater in c#. this class use in Asp.net.
i have to set a class status of its click event trigger bcz of its long process.
process of:
step1, getting values from local variables - status (getting values)
step2, getting values from database - status (query from database)
step3, calculation of values - status (calculation ...)
step4, this values sent to email to users - status (sending email to user)
step5, download generate report - status (generate report)
step6, sent it to api - status (sending api request)
step7, api given answer - status (reply api)
step8, download receipt - status download
can anyone help me
with regards,
rashesh
[:)]
|