Ejemplo n.º 1
0
    void Cleardata()
    {
        TxtMobileNo.Text             = "";
        TxtvolunteerAddress.Text     = "";
        TxtVolunteerDateofbirth.Text = "";

        TxtVolunteerDescription.Text = "";
        TxtVolunteerName.Text        = "";
        FileUpload1.ClearImage();
    }