Salut tous le monde

voici le code
DataRowView CLT = (DataRowView)this.mbpays.Current;
string str = " " + CLT["Client"] + " ";
string str1 = " " + CLT["NumFact"] + " ";
label1.Text = str1;
label2.Text = str;
string a = label1.Text.Substring(0, 5);
textBox1.Text= a;
// label1.Text= textBox1.Text.Substring(0, 4);
//
Process.Start("C://09//"+ textBox1.Text+".doc");
la partie en rouge ne s'execute pas correctement il me dit que le chemin d'accée au fichier n'existe pa parcontre quand je le saisie a mai (le meme) sa marche tres bien ...