Hope You remember me. I just want to ask you quick Question. How to read from MessageBox. I need to implement something like this.
There is a Manager who approves a record. If he want to reject, he can but need to supply some reason.
So before rejecting a record, i want to display a message like ' Please enter valid reason for rejection' . Then i need to read the reason he enters and store it in the database.
I am using asp.net2.0 and vb.net 2005.
Can you tell me how to approach ?
Thanks.
There is a Manager who approves a record. If he want to reject, he can but need to supply some reason.
So before rejecting a record, i want to display a message like ' Please enter valid reason for rejection' . Then i need to read the reason he enters and store it in the database.
I am using asp.net2.0 and vb.net 2005.
Can you tell me how to approach ?
Thanks.
Comment