aspx_beginners thread: clear selection code...
Hi...
I always use this code to clear selection...
for (int i=0;i<MyList.Items.Count;i++)
{
MyList.Items[i].Selected=false;
}
Do you have simplest code???
thanks...
=====
miss ruby
malaysia
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
|





