Why does every third party control set rewrite the basics of ASP.Net?
Posted
by Earlz
on Stack Overflow
See other posts from Stack Overflow
or by Earlz
Published on 2010-06-09T03:01:22Z
Indexed on
2010/06/09
3:12 UTC
Read the original article
Hit count: 277
Of the control sets I've seen for ASP.Net they all exhibit a strange property. They rewrite everything in the ASP.Net control set. For instance both DevExpress and Telerik have their own Panel, Label, and UpdatePanel controls among others.
Why do vendors do this? Is it just to create a form of lock in or is it actually necessary?
© Stack Overflow or respective owner