Click here to Skip to main content
15,894,291 members
Articles / Web Development / ASP.NET

Dynamic generate control according to the user's operation

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
18 Sep 2007 14.1K   173   11  
sometimes we need to dynamic generate controls according to the user's operation, such as in a button click event. However, after the post back, the dynamic generated controls would disappear. I use viewstate to keep the infomation of the auto generated controls and generated them at the page load.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions