Free Controls For Non-profits / Charities?

Jan 12, 2011

I am doing a website for a charity outside of work. I can't use the normal control libraries I would use at work because of the licencing (they won't let me), and predictably the charity can't afford them for a one-off project.I am particularly struggling for a good grid control and a hierarchy diagram control.

Do any of the vendors give free licences to these kind of projects? Or are there other good options?

View 1 Replies


Similar Messages:

Any Free Controls To Notify User For Posts?

Sep 8, 2010

I have written a little social network for one of my sites. Is there any controls out there free to notify the user of wall posts etc?

View 5 Replies

DataSource Controls :: Finding Free Text Search Utility

Feb 18, 2010

I wants to implement free text search utility for my web project,

to implement greate search utility for free text.

Also i have some knowledge of SQL SERVER 2005's FULL Text utility.

View 2 Replies

Forms Data Controls :: Add A 'free Format TextBox' To 3 Of The Column Headers?

Sep 1, 2010

I have the following gridView and I would like to add a 'free format textBox' to 3 of the column headers, to allow filtering. Much like here If I could/somehow achieve this that would be amazing. I can't use dropDown lists like many of the examples I have found as these lists would be too populated and proving too unfriendly to use.

[Code]....

View 2 Replies

DataSource Controls :: Is Free Access To Business Intelligence Development Studio Possible After Expired Trial

Jan 4, 2010

A year ago I did some design work for an ASP.NET 3.5 website that uses an SQL Server database hosted by my ISP. This website is only really active around this time of year for an annual photographic competition. Last year, I installed SQL Server 2008 Development Edition together with a trial copy of VS2008 Professional and the trial period lasted long enough for me to do what was needed back then. My intention was to buy VS2008 Pro around now in time for our current competition. In the meantime, I have reverted to
using VWD 2008 Express.

However, that purchase decision has been put on hold while I check out the economic and practical impact of waiting until VS2010 becomes available (in late March?). I'm guessing that it would be much cheaper to wait for VS2010 rather than buy VS2008 and then upgrade. Money is short because we are a non-profit organisation.

The practical issue is that I need access to SSIS Designer to update a DTSX file I created last year and I need that now. March is too late. The SSIS Designer is part of Business Intelligence Development Studio (BIDS) but BIDS is no longer available to me because it appears to have been provided with the trial copy of VS2008 rather than with SQL Server 2008 Development Edition. When I try to run BIDS I am told the evaluation period has ended. Is there is any way for me to gain free access to BIDS 2008 while I wait to buy VS2010?

View 8 Replies

Forms Data Controls :: Free High Quality Chart To Show Balance Sheet From Database

Apr 19, 2010

Im using asp.net 2.0 with Visual studio 2005... My requirement is i want to show my balance sheet from MS SQL 2005 database to graphical Chart... so Would u guyz will let me know the best high qulaity chat which support asp.net 2.0 with Visual studio 2005..

View 3 Replies

Forms Data Controls :: Why Data List Is Not Bind In Free Class Button

Dec 29, 2010

datalist not bind when i click asign classs button then enter some value and save.. datalist is bind when i click free class button then enter some value and save ... data list is not bind and show show that record...but it will save in database

why data list is not bind in free class button?

i bind through datalist.databind()

View 7 Replies

VS 2010 4.0 Free Web Hosting?

Aug 6, 2010

Do you guys know any free web hosting site for asp.net 4.0? Sorry for posting it here, i dont know if this is the right place to ask for it.

View 3 Replies

ADO.NET :: How To Free Or Opensource DAL And BOL Generator

Mar 9, 2011

free and opensource free DALand BOL generator. C#.

View 2 Replies

Free Build Servers For .NET?

Sep 2, 2010

Are there any free build servers for .NET applications? We are starting project as remotely working team and right now we are searching for such solution. As far as it's an academic project we do not have funds to buy server and run CC.net on it.. Are there any charge free solutions? Or at least cheap ones.I'm asking rather about the service on the internet, not software solution

View 6 Replies

C# - Try To Get The Total Free Space?

Jan 4, 2010

i have a table in my database as freespace... it has a column called freesize with its datatype as int.i have three valuse in it :

1065189988
1073741818
1073741819

now i try to get the total free space but i get an error.

private void GetFreeSpace()
{
DataTable dt = new DataTable();

[code]...

View 5 Replies

Free Xml Web Services Hosting

Dec 4, 2010

Visual Studio 2010. I am learning xml web services using visual studio 2010.

Instead of using the localhost host to run my web services. I am wondering if there are any free hosting websites where I can deploy to. Just to test with.

View 2 Replies

Looking For Free Resources Online Or Any Ebook?

Jan 17, 2010

I am new in the field of asp.net i have little bit knowledge of c++.

I want to lear asp.net . is there any free resources online or any ebook which can give better information form basic to advance level.

i haved searched a lot on internet , it is avaible but not good by understanding ?

View 2 Replies

VS 2010 Looking For Free Captcha Control?

Feb 7, 2011

I am looking for captcha control for .net framework 4.0

View 11 Replies

Free Open Source Widgets?

Jul 25, 2010

is there any free open source Widgets (iGoogle-like widgets) framework for ASP.NET that I can build my own widgets with and can be used for commercial use (sites developed with it can be sold).I checked dropthings and Kalitte but they require a licence.

View 1 Replies

How To Publish .NET MVC Application To A Free Host

Feb 18, 2011

I'm building an ASP.NET MVC application and I'm trying to deploy it on a free host (0000free) which does support ASP.NET. I tried a couple of things, but none of them worked (i.e. I only see the directory structure when I browse to my web site):

Publishing to a local folder and then copying the published files via ftp over to my host (in the public_html directory).
Publishing via ftp to the root folder: ftp.mywebsite.com
Publishing via ftp to the public_html folder: ftp.mywebsite.com/public_html

Usually I would just drop the html files in the public_html folder, but I'm getting the feeling that the deployment process for an MVC application is slightly different. Do I have to modify the Web.config or some other filer? How does one usually deploy an MVC application (on a free host)?

Update:I have learned that the host uses Mono and supports .NET 4.0, but I'm still not able to deploy.

I have Visual Studio 2010 and I used its Publish Feature (i.e. right click on the project name and click publish) and I tried several things:

Publish method: FTP to the root folder.
Publish method: FTP to the publich_html folder.
Publish method: File System to the root folder.
Publish method: File System to the publich_html folder.
Publish method: File System to a local directory on my computer and then FTP to root and also tried the public_html folder.

I went into the cPanel (control panel) to try and see if ASP.NET has to be added/enabled for my web site, but I didn't see anything there.I can't browse to Index.aspx nor can I redirect to it from index.html (as suggested from other posts on the host forum), right now I have a link from index.html to Index.aspx but it's not working either (see http://www.mydevarmy.com)I've also tried renaming Index.aspx to Default.aspx, but that doesn't work either.

The search utility of the forum of the host is somewhat weak, so I use google to search their forum: http://www.google.com/search?q=publish+asp.net+site%3A0000free.com%2Fforum%2F&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

I've been reading Pro ASP.NET MVC Framework and they have a chapter about publishing, but it doesn't provide any specific information with respect to the location of publishing, this is all they say (and it's not very helpful in my case):

Where Should I Put My Application?You can deploy your application to any folder on the server. When IIS first installs, it automatically creates a folder for a web site called Default Web Site at c:Inetpubwwwroot, but you shouldn't feel any obligation to put your application files there. It's very common to host applications on a different physical drive from the operating system (e.g., in e:websites example.com). It's entirely up to you, and may be influenced by concerns such as how you plan to back up the server.


Here is the error I get when I try to view my Index.aspx page:Unrecognized attribute 'targetFramework'. (/home/devarmy/public_html/Web.config line 1)

Description: HTTP 500. Error processing request.

Stack Trace:System.Configuration.ConfigurationErrorsException: Unrecognized attribute 'targetFramework'. (/home/devarmy/public_html/Web.config line 1)
at System.Configuration.ConfigurationElement.DeserializeElement (System.Xml.XmlReader reader, Boolean serializeCollectionKey) [0x00000] in <filename unknown>:0

View 2 Replies

Any Free Linq Provider Available For Oracle?

Jan 25, 2010

I am looking for a free linq provider for oracle. I dont need advanced features. What all I need is CRUD operations + ability to generate model from oracle db.

I would like to use this on production web site(using ASP.NET & Silverlight).

View 1 Replies

Free Editable Grid Component For MVC

Apr 15, 2010

I've seening quite a few posts on here regarding grids, but nothing specifically asking for a free grid component that supports editing. Has any body come across such a thing? Is there a JQuery pluggin that I could use? If not has anybody got any pointers on a good approach to writing my own (using asp.net mvc2 and/or jquery)?

View 1 Replies

Free Rich Text Editor Using On Asp.net

Aug 31, 2010

I need Free Rich Text Editor to use on ASP.NET.

View 2 Replies

Free Options For Saving A Webpage As A PDF?

Feb 9, 2010

I know Im probably facing forking out some $$$$'s but is there a free way of saving a web page as a pdf which can be rolled out with a web application?

View 2 Replies

Looking For (free) Tools For Documenting My Code?

Nov 19, 2010

can anyone reccomend any (free) tools for documenting my code ? Ideally something that documents the program flow and objects/classes

View 3 Replies

Best Free Available Wysiwyg Html Editor?

Oct 19, 2010

I want to use one free wysiwyg html editor in one of the website I am developing. It's commercial website which I am developing for a company.Could you please suggest me from your experience the best free available wysiwyg HTML editor for web.FYI - Website is build with ASP.Net 4.0, C#.Net

View 2 Replies

Develop .NET Application For Free Method?

Jul 1, 2010

Are Microsoft “Express” editions free to develop on? s there software available that allows a developer to write .NET applications with SQL Server for free, meaning without buying Visual Studio and SQL Server.s long as you buy Windows web hosting (w/ support for .NET and SQL Server), is there software tools you can use to develop for free (Visual Web Developer? SQL Express?)

View 4 Replies

Google My Map Control For Free Download?

Aug 4, 2010

Is there Google My Map control available for free download, which use to draw shapes on the map

View 1 Replies

Free Lightweight Report Component For C#?

Mar 9, 2011

what free lightweight report component for asp.net are out there. Crystal report is not welcomed and we would like to avoid using heavy ObjectDatasource. What sould I learn first (may be asp page life cycle) and what are time proven free analog of ReportViewer for asp is out there.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved