Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView control problem
Message
 
To
03/08/2005 14:16:29
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01038228
Message ID:
01038252
Views:
20
Bonnie,
Funny thing is that the following code works:
this.listView1.Items[0].SubItems[0].Text = "Hi there";
but that changes the text in the 1st column (and the listview is updated visualy)

Now I would assume that:
this.listView1.Items[0].SubItems[1].Text = "Hi there";
works the same but for the 2nd column instead (well it does but the listview is NOT updated visualy).

Einar



>This should work Einar ... I do it all the time, no Refresh necessary. Where are you executing this code? In an event handler or what? (not that it matters, but I'm just trying to figure out why it's not working)
>
>~~Bonnie
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform