i have a lebel and i want fetch data when i press tabkey or click on that lebel field...
please someone help me....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ritesh DiyawarPosted Aug 29, 2010, 9:41 AM
You can write this code in windows application
private void label1_Click(object sender, EventArgs e)
{
MessageBox.Show("Hi");
//write the code of fetching the Data
}