Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

asp.net - (ASP Web Forms) Dynamically add controls while keeping info after postback?

Let's say I have a bunch of controls that I want to "repeat" on the page. The user can click "Add" to add another set of controls.

I still want the input to be kept (that the user has put in) after the postback that will be triggered when the user clicks "Add".?

What is the best way to do this? I would like to use a repeater but then you have to (as far as I know) store the information in ViewState and then re-populate all the controls with the old data.

I am using ASP Web Forms.

Se picture for example: https://i.stack.imgur.com/rpmnG.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...