hi nedash,
use order by key word after where clause like
SqlCommand _cm2 = new SqlCommand(" SELECT address ,tell,name,(Select COUNT(behcode) from furniture_p where behcode= furniture_ch.behcode) as [count] from furniture_ch where F_code
='"+Request.QueryString["Code"]+"' order by [count] desc", _cn);