ASP.NET(C#)做的购物网站。包含BBS,商家后台管理  
http://www.94buy.com  
社区:http://bbs.94buy.com  
 
商家后台:http://sp.94buy.com  
测试商家用户名:94buytest  
密码:214520  
 
所有网站、BBS代码均为个人用vs.net2003(C#),sqlserver2000编写。  
最近考虑把它移动vs.net2005和sqlserver2005上,这方面资料看得不多,望各位达人提点意见。  
^-^  QQ:36590 MSN:[email protected]另:本人重庆人,24岁,现在人北京。想换个北京或是重庆的工作,有意的公司请与我联系。

解决方案 »

  1.   

    从05年9月底开始的。到12月24号上线的。大概3个月吧。
    BBS做得比较简单,把最基本的功能实现了,只用了不到20天吧。
      

  2.   

    太强了,值得学习,这都是你一个人做的吗?学习ing
      

  3.   

    将 varchar 值 '94buytest' 转换为数据类型为 int 的列时发生语法错误。 
    说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Data.SqlClient.SqlException: 将 varchar 值 '94buytest' 转换为数据类型为 int 的列时发生语法错误。源错误: 执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  堆栈跟踪: 
    [SqlException: 将 varchar 值 '94buytest' 转换为数据类型为 int 的列时发生语法错误。]
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
       System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +194
       KOC.Common.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, ICollection commandParameters) +78
       KOC.Common.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, ICollection commandParameters) +88
       KOC.Ebuy.AbstractBLL.ExecuteNonQuery(String spName, ICollection commandParameters) +18
       KOC.Ebuy.Business.Common.BBS_BoardManage.AddPost(Int32 Topic_ID, String Mood_Pic, String Title, String Body, String Create_IP, Int32 Create_AccountType, Int32 Create_AccountID, String Create_AccountName, Int32 Create_EmployeeID, String Create_EmployeeName, String Create_NickName, Int32 IsAnnex, Int32 Point) +895
       KOC.Ebuy.Web.BBS.Board.TopicInfo.lbEnter_Click(Object sender, EventArgs e) +683
       System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108
       System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
       System.Web.UI.Page.ProcessRequestMain() +1330 
    *********************
    在BBS中某个贴子回复时出了错