Welcome to AspAdvice Sign in | Join | Help

November 2006 - Posts

Cross-page postback and form action

I was asked some time ago if one can cross.page post to a new window and I replied with You can control where the post targets by changing form's action with script. For example: <asp:Button ID="Button1" OnClientClick="form1.target='_blank'"
Posted by joteke | 0 Comments
Filed under:

@ Forums: Templated composite controls

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
Posted by joteke | 0 Comments