Pass data from a ASP.NET page to ASCX user controls loaded dynamically

前端 未结 6 1904
鱼传尺愫
鱼传尺愫 2020-12-08 05:05

I\'m developing an ASP.NET application with C# and Ajax.

I have a page that holds user controls loaded dynamically. I need to pass some data (integer values and some

6条回答
  •  情深已故
    2020-12-08 05:19

    You'll have to re-load those controls on each post-back... Give this a read. It might help.

    Dynamic Web Controls, Postbacks, and View State

提交回复
热议问题