The Survey™ Solution makes use of three different third party components:
- Freetextbox
Website: http://freetextbox.com/default.aspx
FreeTextBox is the most-used HTML editor for ASP.NET. It is compatible with IE on the PC, and Mozilla and Firefox on all platforms.
- Webchart
Website: http://www.carlosag.net/tools/webchart/
WebControl for creating charts, that render as images(png, jpg, gif, etc). Supports:
Line Charts, Smooth Line Charts, Column Charts, Area Charts, Scattered Charts, Stacked Column Charts, Pie Charts, Stacked Area Charts. Featuring VS.NET Designer support and more.
- Microsoft Application Blocks for .Net
Website: click here
http://support.microsoft.com/kb/829028
The Data Access Application Block is a Microsoft .NET Framework component that contains optimized data access code that can help you do the following:
- Call stored procedures.
- Issue SQL text commands against a SQL Server database.
The Data Access Application Block returns the SqlDataReader object, the DataSet object, and the XmlReader object. You can use the Data Access Application Block as a building block in your own .NET Framework-based application to reduce the quantity of custom code that you must create, test, and maintain.