Hello
I have the following problem.
I usualtt write my aspx page in aspx mode (not in design) because I wish maintain the aspx code clean
However sometime I switch in design mode for example to create an event handler. When I return to aspx mode I saw that the aspx code
of my control now contains more tag and attributes that I don't want.
Is it possibile disable the updating of aspx infragistic control
Thanks for help