コード例 #1
0
ファイル: BookDetails.aspx.cs プロジェクト: trinhxhai/Library
 protected void editBtn_Click(object sender, EventArgs e)
 {
     //BookName.Enabled = true;
     BookName.Disabled        = false;
     BookCategory.Enabled     = true;
     BookDescription.Disabled = false;
     BookPrice.Enabled        = true;
     saveBtn.Visible          = true;
     BookCountLbl.Visible     = true;
     BookCount.Visible        = true;
     BookCount.Enabled        = true;
     BookName.Focus();
 }