1
public Dictionary<string, TextBox> name_tbs = new Dictionary<string, TextBox>();
TextBox TextBoxbyName(string tb_name)
{
return name_tbs(tb_name);
}
現在、name_tbsは現在のコンテキストに存在するエラーを示しています。現在のコンテキストエラーに名前dosentが存在する
うーん、[]内に配置する必要がありますか? 'name_tbs [tb_name]' –
ありがとうございます!!!!!! – Mihir