摘要: sqlserver与c#中数据类型的对应关系 阅读全文
posted @ 2008-02-27 09:59 NanKe Sir's Blog 阅读(692) 评论(0) 推荐(0)
摘要: //.net Framework类库中的FindControl方法可以帮助我们访问Formview中的控件:protected void FormView1_ItemCreated(object sender, EventArgs e) { DropDownList test; switch (FormView1.CurrentMode) ... 阅读全文
posted @ 2008-02-27 09:48 NanKe Sir's Blog 阅读(900) 评论(3) 推荐(0)