protected void LoadTicker() { GridViewTicker.DataSource = TickerBLL.getTickerByUserId(userid, 50); GridViewTicker.DataBind(); }