Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Free asp.net controls

Status
Not open for further replies.

Tinkerers

Technical User
Sep 26, 2002
90
US
Hi,

Where can I find some good asp.net FREE controls? Many of the sites out there insinuate their controls are free, then upon drilling in, we find they are not free :-(

Thanks,
Paul
 
1. what kind of controls are you looking for?

2. GUI controls are actually some of the most difficult objects to create because they are designed for human interaction. finding quality web controls for free will be slim.

3. it's all just html in the end. instead of controlling presentation from the server; control it on the client. js libraries are OSS (jquery, prototype, mootools, dojo) and have a very rich set of features to customize the HTML DOM. this would require you to customize the code, but it is possible and easier with one of these libraries.

4. invest in a quality suite of web controls from any of the major vendors. If you don't have a budget currently find a way to convince the proper people that spending the money on a control suite now will save money in the long run.
make sure you include concrete reasons. ROI usually is the bottom line. example:
Spending $ now for the Acme Inc. suite of GUI controls will pay off in [X] days/months because building this in house will require [Y] man hours of our time @ a rate of $/hr.
Building this control in house will also delay the project because we are spending time creating GUI elements rather than delivering business solutions.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
There must be a site out there someplace that has user created controls? Look at PHP and Perl modules, there are loads and loads of them, all free.
 
I would look for individual controls that you want to use rather than trying to find a suit of tools.

But when you use someone elses controls you also fall prey to their errors ect..
I am not a big fan of 3rd party controls, I try to stay with the controls in VS or the ajaxtoolKit.
Something I know will be enhanced and errors fix.

Out of all the 3rd party suits I have seen I like this to me looks like an awesome suit of tools. I wish we were using this rather than the suit that we use.

Ordinary Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top