Information Label
- by caisenm
I am trying to make an information label that should display the events the application doing.
deleting data, reading data, writing data, connection to db. etc..
I've added a label to my form and I am changing its text property for each operation like:
label1.Text = "stored procedure is being executed..";
But, in the run time the text of the…