Ejemplo n.º 1
0
 /// <summary>
 /// Handles the Click event of the buttonEditKnowledge control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 protected void buttonEditKnowledge_Click(object sender, EventArgs e)
 {
     RedirectorAdmin.GoToKnowledgeEditPage(gridKnowledges.GetIntDataKey((Control)sender));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Handles the OnClick event of the buttonEdit control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
 protected void buttonEdit_OnClick(object sender, EventArgs e)
 {
     RedirectorAdmin.GoToKnowledgeEditPage(RequestIntId.Value);
 }