可以反编译,也不太好。麻烦。
少好几个存储过程,合作站点的表,根本也没生成静态也免得地方
用Reflector.exe反编译也不能和源文件一样的。
index.cs,
this.rpt_hotPic.DataSource = set16.Tables[0];
this.rpt_hotPic.DataBind();
set16.Dis[wiki]POS[/wiki]e();
FL_Friend friend = new FL_Friend();
DataSet set17 = friend.Get_Friend_By_Where("City='00000000' AND Location=1 Order By OrderID asc");
this.repFriendLink.DataSource = set17.Tables[0];
this.repFriendLink.DataBind();
set17.Dispose();
set17 = friend.Get_Friend_By_Where(string.Format("City='{0}' AND Location=1 Order By OrderID asc", this.PubStrCurrentCityCode));
this.repFriendLink1.DataSource = set17.Tables[0];
this.repFriendLink1.DataBind();
set17.Dispose();
[ 本帖最后由 bensharp 于 2007-6-7 14:07 [wiki]编辑[/wiki] ]