Master pages
-
hai buddies, i have designed a master pages and some sub pages.i have put the buttons in master pages and also sub pages. master pages buttons are working but sub pages buttons are not working. I need a answer for this...how to work it in subpages. please help me... regards parthmack
-
hai buddies, i have designed a master pages and some sub pages.i have put the buttons in master pages and also sub pages. master pages buttons are working but sub pages buttons are not working. I need a answer for this...how to work it in subpages. please help me... regards parthmack
With sub pages I assume you are talking about content pages. Before we can give you an answer, and I prefer giving a suggestion and you finding the solution yourself, you will need to clarify the problem better. Do you receive an error? If so what is the error? From where are you trying to access the event? Hopefully not the master page Can you please give more clarity regarding the problem you are experiencing.
No matter how long he who laughs last laughs, he who laughs first has a head start!
-
hai buddies, i have designed a master pages and some sub pages.i have put the buttons in master pages and also sub pages. master pages buttons are working but sub pages buttons are not working. I need a answer for this...how to work it in subpages. please help me... regards parthmack
Buttons are pretty basic, they have a handler to point them to a function. either there is no handler, or the function can't be found. [edit] What I wrote above is pretty bad in hindsight. Changing to masterpages alters the ID of the button, and prefixes a $CT100 to the ID name. I'm trying to think of how this would affect your content pages. Can't think of anything. All I can think of is that you left your click functions on the master page code behind, and did not move them to your content page code behind.