It is my contention that Ingragistics .NetVantage ASP .Net controls are entirely written
(in C# of course) from scratch . . .
am I correct . . .
or am I operating under a mistaken assumption . . . and that in reality the Infragistics Web controls are
extensions ( to / of ) the MS offerings ????
What is the reality ?
Thank you,
XPXJ
I guess this depends on what you mean by "from the ground up". :)
None of our controls are derived from any of the controls that MSFT ships as part of their ASP.NET toolbox. All of our controls derive from lower level .NET API's like Control and WebControl (on the server side) and base ASP.NET AJAX classes on the client.
Hope that helps.
Devin