Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aspx.cs ページにリストがあります。
protected void Page_Load(object sender, EventArgs e) { List<string> emp = new List<string>(); emp.Add("xxxx"); emp.Add("yyy"); }
.aspx ページでこのリストを呼び出すにはどうすればよいですか?