Example #1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        rpt_main.DataSource = objLinq.getAlert();
        rpt_main.DataBind();

        rpt_images.DataSource = objImages.getImages();
        rpt_images.DataBind();
    }
Example #2
0
    private void _subRebind()
    {
        //txt_date.Text = string.Empty;ESTE ESTABA ORIGINAL
        txt_title.Text = string.Empty;
        txt_short.Text = string.Empty;
        txt_long.Text  = string.Empty;

        rpt_all.DataSource = objLinq.getAlert();//???
        rpt_all.DataBind();
        _panelControl(pnl_all);
    }
Example #3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     rpt_main.DataSource = objLinkAlert.getAlert();
     rpt_main.DataBind();
 }