编程教程
您现在的位置: 中国个人站长站 >> 网络编程 >> ASP.NET教程 >> 教程正文 使用 ASP.NET Community Starter Kit建造网站
推荐位

使用 ASP.NET Community Starter Kit建造网站

中国个人站长站 ASP.NET教程 点击数: 更新时间:2007-8-9 4:04:15
站点初始化时才会用到它)。每个静态方法都需要与之相对应的参数用于传递到存储过程中去。

下面是AddFaq的方法:

public static int AddFaq(
                  string username,
                  int sectionID,
                  int topicID,
                  string question,
                  string introduction,
                  string answer,
                  string reference,
                  int moderationStatus)
{
   SqlConnection conPortal = new SqlConnection(
                             CommunityGlobals.ConnectionString);
   SqlCommand cmdAdd = new SqlCommand(
   &nb

 << 上一页  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]  ... 下一页  >> 

教程录入:swh    责任编辑:swh 
个人站长站与你风雨同舟!
本站所提供的资源均来源于互联网,如有侵权行为,请与本站管理员联系,我们会第一时间删除!
·如果您发现《使用 ASP.NET Community Starter Kit建造网站》文章有错误,也请通知我们修改!
联系邮箱chinageren#126.com,谢谢支持!
站内搜索:
版权所有:中国个人站长站 2007-2008 未经授权禁止复制或建立镜像 客服QQ号:112731235
copyright © 2007-2008 www.ChinaGeRen.com online services. all rights reserved. 苏ICP备05000059号