Select p.name ,s.name from [shop] as s ,[pccity] as p where p.id = s.pccity要分别读出 p.name 和 s.name 我这样写不行  
<%# Eval("p.name") %>
<%# Eval("s.name") %>