Пример #1
0
 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();
     }
 }
Пример #2
0
 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();
     }
 }