Error 1 Cannot assign to 'Add' because it is a 'method group'
Here is my code;
private void btnAdd_Click(object sender, EventArgs e)
{
lstResults.Items.Clear();
lstResults.Items.Add = ("Food\t \t Like\t Dislike ");
int intIndex =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.