|
-
Mar 5th, 2004, 11:51 AM
#1
Thread Starter
Lively Member
ListView Help
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;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|