protected void Page_Load(object sender, EventArgs e) { DisplayAds = false; DisplaySideAds = false; Title = HostProfile.SiteTitle + " : Kick Spy!"; PageName = UrlFactory.PageName.KickSpy; UserOnlineList.DataBind(UserCache.GetOnlineUsers(30, HostProfile.HostID, KickUserProfile)); Shoutbox.DataBind((ShoutCache.GetLatestShouts(HostProfile.HostID))); }
protected void Page_Load(object sender, EventArgs e) { Shoutbox.DataBind((ShoutCache.GetLatestShouts(HostProfile.HostID, this.UrlParameters.ChatID.Value))); }