简体   繁体   中英

how to show textbox dynamically in asp.net

我想动态显示asp.net中的文本框,如何使用c#在asp.net中显示

If it is just one text box, you can use the Visible property.

If you want to show a list of text boxes, use an asp:Repeater or similar.

The instructions from MSDN are here:

http://msdn.microsoft.com/en-us/library/kyt0fzt1.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM