protected void Page_Load(object sender, EventArgs e) { rpt_main.DataSource = objLinq.getAlert(); rpt_main.DataBind(); rpt_images.DataSource = objImages.getImages(); rpt_images.DataBind(); }
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); }
protected void Page_Load(object sender, EventArgs e) { rpt_main.DataSource = objLinkAlert.getAlert(); rpt_main.DataBind(); }