asp.net dynamically added user control saving values after postback

前端 未结 7 928
半阙折子戏
半阙折子戏 2021-01-05 10:27

Here\'s my issue. I have a usercontrol that I want to allow users to add as many instances of as necessary using a button click (each time a button is clicked, I want to ad

7条回答
  •  长发绾君心
    2021-01-05 10:43

    this will help you

    http://www.codeasp.net/blogs/SumitArora/microsoft-net/841/value-of-dynamic-textbox-lost-on-postback

    you read this also

    http://www.codeasp.net/blogs/Vinz/microsoft-net/256/links-to-read-before-working-on-dynamic-controls-in-asp-net

    Thanks

    Asif

提交回复
热议问题