No, doesn't work - he treats ListView1 = " " as an incomplete syntax
VB expects something like
ListView1.Listitems(j) or
ListView1.Listitems(j).item(i)
which both give an error (index out of bounds or something)
BTW most of my empty listviews were due to not clearing the headers, so everytime I made a refresh of the listview VB built it next to the prevrious giving a 15x22 columns with 77 rows before running out of workspace -hence the blank LV's
QC
Quote:Originally Posted by QuantumCat both -actually :-)
and I didn't try the count with () on each side
:-)
thnx
Quote:Originally Posted by BlueDragon Did you have "" or " ", theres a big difference.
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET. subscribe