harsh shah replied to srujan
09-Sep-10 07:09 AM
Hi,
After successfull execution of your button event u have clear the text box. it's not automatically clear.
For Example:-
Textbox1.text="";
if u want to clear lable then write.
label1.text="";
Regards,
Harsh Shah