protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { List<LinkedIn_Update> liupdates = new List<LinkedIn_Update>(); GetLinkedInUpdates getLIUpdates = new GetLinkedInUpdates(); liupdates = getLIUpdates.GetLinkedIn_UpdateList(CompanyID, APIKey, SecretKey, oAuthToken, oAuthSecret, oAuthVerificationCode); LinkedIn_UpdateList.DataSource = liupdates; LinkedIn_UpdateList.DataBind(); } }
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { List <LinkedIn_Update> liupdates = new List <LinkedIn_Update>(); GetLinkedInUpdates getLIUpdates = new GetLinkedInUpdates(); liupdates = getLIUpdates.GetLinkedIn_UpdateList(CompanyID, APIKey, SecretKey, oAuthToken, oAuthSecret, oAuthVerificationCode); LinkedIn_UpdateList.DataSource = liupdates; LinkedIn_UpdateList.DataBind(); } }