Rank: Member
Joined: 10/1/2005(UTC) Posts: 17
|
I created two new category templates: + Grid_XXX - derived from the original "Grid" template + SimpleList_YYY - derived from the original "Simple List" template.
In both cases, + the original template was NOT used for any categories. + I changed the name of the partial class for the code behind and the inherits statement in the aspx file to a name other than that used in the original template. + the new templates had unique post-back code that was not in the original template. + the system was not rebuilt + the templates worked as expected
I just created a third template: + SimpleList_ZZZ - similar in content and based upon "SimpleList_YYY" using the same procedure as above.
Categorird based using SimpleList_ZZZ are displayed properly and the non-postback code behind functions properly. My problem is that the post-back is not handled by SimpleList_ZZZ. It is posted back to SimpleList_YYY.
What am I missing?
Thanks! -bob |
|
|
|
|
Rank: Member
Joined: 10/1/2005(UTC) Posts: 17
|
I think I found the solution which I will test tomorrow.
I noticed that I failed to change the postback URL in the aspx file for the SUBMIT button.
-bob |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.