replace sqlcommand text 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 order by [count] desc where F_code
='"+Request.QueryString["Code"]+"'", _cn);