I find myself being constantly annoyed when looking at the XML "code" in the .aspx
files, and i tend to remove it and write my own C# to replace the controls that are in the .aspx
files ( Im currently writing my own replacement for the CreateUserWizardStep
that was in the .aspx
file ).
I personally find that XML code tends to not provide the control i need, and hunting the internet for clues on how to forcing it to do what i want is just annoying.
So the question becomes: am I teaching myself a bad practice here? Should I take the time to learn the "magic" in the XML? ( The project I'm on here is with only one other coder, so I'm thinking more ahead for perhaps other projects??)