Click here to Skip to main content
16,016,501 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Dear All,

I had been asked a question in interview. The question is,

A stored procedure contains 3 blocks of execution. First block contains insert statement to few lack records and second block contains update statement to update few thousand records and third statement contains delete statement to delete few thousand records. <b>How to show the status of each block execution status in ASP.NET application</b>.

I have answered, we could use status bar control to show the status. But seems it's not correct. Is there any other way to show the status of each block?

Thank you,

Regards,
P.Mohan Giri
Posted
Updated 9-Jun-11 4:52am
v2

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900