S
shapper
Hello,
I have been using the new ASP.NET 3.5 DataPager control. It is great.
However I found a bug. Check how the PreviousPage / FirstPage and
NextPage / LastPage are rendered, and disabled, when it is the first
page or last page:
<a disabled="disabled" class="PageNavigation"><&l ...
<span disabled="disabled"><input id=" ...
There is no disable attribute for both <a> and <span> tags!
Check W3C or run a validation using W3C validator.
I really like .NET and use it in all our company projects but
Microsoft makes really hard for developers to have their web sites
validated.
Please, how can I go around this?
Thanks,
Miguel
I have been using the new ASP.NET 3.5 DataPager control. It is great.
However I found a bug. Check how the PreviousPage / FirstPage and
NextPage / LastPage are rendered, and disabled, when it is the first
page or last page:
<a disabled="disabled" class="PageNavigation"><&l ...
<span disabled="disabled"><input id=" ...
There is no disable attribute for both <a> and <span> tags!
Check W3C or run a validation using W3C validator.
I really like .NET and use it in all our company projects but
Microsoft makes really hard for developers to have their web sites
validated.
Please, how can I go around this?
Thanks,
Miguel