sureshcd10 Posted April 23, 2008 Posted April 23, 2008 Hi, How to get the ID of a control placed in HeaderTemplate of a wizard Control ? I placed one Button control in the header template of a Wizard control. Now how can I programatically get the id of button which is placed in header template ? can you plz help me with this :confused: Quote ima
sureshcd10 Posted April 23, 2008 Author Posted April 23, 2008 Here is the answer Button btnName = (Button)Wizard1.FindControl("HeaderContainer$Button"); This is working fine :) Quote ima
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.