Пример #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            CtlLogin1.WidthTextbox = 120;

            if (!this.Page.IsPostBack)
            {
                base.Keywords = "";
                base.Description = "";
                Topic oTopic = new Topic();
                this.dgMyArtical.DataSource = oTopic.LoadAll();
                this.dgMyArtical.DataBind();
            }
        }