且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在CreateUserwizard中添加新的文本框控件

更新时间:2022-04-18 19:11:56

Best guess (based on the code fragment you posted - i.e. none) you forgot to add runat=\"server\" to the definition.



Tin foil hat replaced.
Best guess (based on the code fragment you posted - i.e. none) you forgot to add runat="server" to the definition.

Tin foil hat replaced.


maybe try this

maybe try this
TextBox name = (TextBox)RegisterUser.CreateUserStep.FindControl("name");