#22006/1/6 15:50:04
就是我建了一个information.ascx文件,里面放了很多像单行编辑框这样的
WEB控件,我在index.aspx中,
注册:<%@ Register TagPrefix="uc1" TagName="ItemCommonProperty" Src=“information.ascx" %>
使用:<uc1:ItemCommonProperty id="security" runat="server"></uc1:ItemCommonProperty>
问题:在index.aspx页中,有个确定按扭,点了确定后,要把information.ascx中,各单行编辑框中的内容都存入数据库,应该怎么做?
在index.aspx中声明
information e = new information();
但是在声明了之后,编译的时候说无法创建information的实例,而且也不知道怎么用information.ascx中各控件。。。
请高手告之
编辑历史:[此帖最近一次被 csdjyzd 编辑过(编辑时间:2006-01-06 18:34:18)]