Exemple #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            catID = Int32.Parse(Request.QueryString["catID"]);
            displayPosts(DBconnection.getForumPosts(catID));


            //HtmlGenericControl forumLink = new HtmlGenericControl("a");
            //forumLink.Attributes.Add("href", "ForumCategories.aspx");
            //forumLink.InnerText = "Forum > ";
            //forumPath.Controls.Add(forumLink);

            //HtmlGenericControl catLink = new HtmlGenericControl("a");

            //forumLink.InnerText = Request.QueryString["catTitle"];
            //forumPath.Controls.Add(forumLink);
        }