Hi..How can i acces in a method a variable from another method? There is my code:
private void modificaCategorie_Load(object sender, EventArgs e)
{
string text=textBox1.Text;
}
private void button1_Click(object sender, EventArgs e)
{
if(text=="abc")
}
Loading

Javeed M ShaikhPosted Apr 11, 2013, 3:56 PM
string text = string.Empty;