I thought we should bring up the topic of inline code Vs. code behind techniques.
Personally I think that the code behind is a much better way of doing things. Helping people here in the forum I have came the realization that with inline code there is a lot of little quircks to be aware of that don't exist in true code behind.
A code behind solution makes it so easy to separate your design from your code. It definitely makes things more object oriented.
I thought I would bring up the topic to see what the rest of you think. That'l do donkey, that'l do
Mark
Personally I think that the code behind is a much better way of doing things. Helping people here in the forum I have came the realization that with inline code there is a lot of little quircks to be aware of that don't exist in true code behind.
A code behind solution makes it so easy to separate your design from your code. It definitely makes things more object oriented.
I thought I would bring up the topic to see what the rest of you think. That'l do donkey, that'l do
Mark