All Tags »
asp.net »
.Net »
Server Controls
Sorry, but there are no more tags available to filter with.
-
Asked on ASP.NET Forums
I am trying to build a templated composite control but I am having some problems with postbacks.
When I click Button1 and the event handler (Button1_Click) gets executed on the postback, Label1 is null... For some reason the CreateChildControls doesn't get called for Test2 when a postback occurs from Test1.... Any ...