S
shapper
Hello,
For the past month I have been spending most of my time going around
ASP.NET rendering problems!
For example, since when a disabled check box should be rendered the
following way:
<span disabled="disabled">
<input id="CheckBox1" name="CheckBox1" disabled="disabled"
type="checkbox">
</span>
There is no disabled attribute for span!
And I could give many more examples. How can I go around this?
Every day that passes I am closing to move to Ruby On Rails ... after
using ASP.NET since the first version!
Why does not Microsoft spend sometime working on rendering HTML
following the W3C rules.
ASP.NET just invent attributes that does not exist!!!!!!!!!!!
How can Microsoft Developers are able to accomplish these things?!
Anyway, is there a way to go around the CheckBox problem?
Thanks,
Miguel
For the past month I have been spending most of my time going around
ASP.NET rendering problems!
For example, since when a disabled check box should be rendered the
following way:
<span disabled="disabled">
<input id="CheckBox1" name="CheckBox1" disabled="disabled"
type="checkbox">
</span>
There is no disabled attribute for span!
And I could give many more examples. How can I go around this?
Every day that passes I am closing to move to Ruby On Rails ... after
using ASP.NET since the first version!
Why does not Microsoft spend sometime working on rendering HTML
following the W3C rules.
ASP.NET just invent attributes that does not exist!!!!!!!!!!!
How can Microsoft Developers are able to accomplish these things?!
Anyway, is there a way to go around the CheckBox problem?
Thanks,
Miguel