J
Just Me
I can see master pages being useful if one wants some fragil or complex web
design which one does not want to have altered, but thats were it stops as
far as I can see.
Master Pages Plus
1.) Consistent Design.
Master Pages Minus
1.) Makes it difficult to access properties or function on the Master, one
has to either use FindControl or has to cast to the appropriate type in
order to gain access.
2.) ID's on the content page become ctl_theplaceholderName_originalID. this
means that style sheets get messy when trying to group id's in a common
class. ( this is the way user controls work anyway, but I would have thought
that It would have been possible to check the ID's were not in use in the
master and allow them to remain as originally names in case of no
duplicates.?!? or at least give that as an option ?
IE
form#FormName .groupingClass #ctl_theplaceholderName_originalID{}
instead of
form#FormName .groupingClass #originalID {}
Comments, im sure I have missed loads of positives, but I would like
discussion on this please.
Thanks
design which one does not want to have altered, but thats were it stops as
far as I can see.
Master Pages Plus
1.) Consistent Design.
Master Pages Minus
1.) Makes it difficult to access properties or function on the Master, one
has to either use FindControl or has to cast to the appropriate type in
order to gain access.
2.) ID's on the content page become ctl_theplaceholderName_originalID. this
means that style sheets get messy when trying to group id's in a common
class. ( this is the way user controls work anyway, but I would have thought
that It would have been possible to check the ID's were not in use in the
master and allow them to remain as originally names in case of no
duplicates.?!? or at least give that as an option ?
IE
form#FormName .groupingClass #ctl_theplaceholderName_originalID{}
instead of
form#FormName .groupingClass #originalID {}
Comments, im sure I have missed loads of positives, but I would like
discussion on this please.
Thanks