Hi i have a simple question. here is my code:
XmlDocument xmlData = new XmlDocument(); xmlData.Load(\"xml.xml\"); /* Load announceme
Well, if I understand your question correctly, your "needs help" section should become this:
item.Click += new EventHandler(item_click);
then you just need to add a function to your class:
public void item_click(object sender, EventArgs e) { //do stuff here }