摘要:
.net Framework类库中的FindControl方法可以帮助我们访问Formview中的控件:protected void FormView1_ItemCreated(object sender, EventArgs e) { DropDownList test; switch (FormView1.CurrentMode) ... 阅读全文
posted @ 2006-10-16 16:20
物质法则
阅读(1007)
评论(0)
推荐(0)