摘要: 问题描述 需要在UserControl里建一个html from,转向邮箱的登录页面进行处理 一般情况下就将html 控件的name 值及id值设成与将要传到的页面一样.但在asp.net里面,一般userControl会被引用到Page的webControl 的Form里面这样html form 相当于内嵌到webControl 的from里并不能被执行处理办法是将 UseControl的引用... 阅读全文