Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: clear selection code...


Message #1 by miss ruby <unix_box@y...> on Mon, 27 May 2002 22:17:53 -0700 (PDT)
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

  Return to Index