Hello Everybody:
I am trying to select a Row in a ListView and display it on a textbox. However I am not getting the syntax right.Can any body tell me whats wrong?

Thanks,

Rahil

private void cmdSelectItem_Click(object sender,
System.EventArgs e)
{
string text;
listViewClients.FullRowSelect()= txtSend.Text;

}