473,804 Members | 3,251 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Freeware ASP.NET controls and components

Hello, and happy holidays!

My company has bundled up a bunch of our own controls and components as
freeware developer downloads. They've been hot downloads for the last few
months mainly through blog reviews and word-of-mouth, but I just realized we
hadn't yet posted on any of the developer forums about them!

The ASP.NET controls and components include: 1) enhanced Calendar,
DatePicker, ComboBox, ListBox and DropDown ASP.NET controls, 2) ASP.NET chat
component providing full-featured browser chat UI without ActiveX or Java
download, 3) .NET OLTP library, plus a Shopping Cart UI built on that
library, 4) components for optimizing ViewState and restoring client page
state, 5) a compression component which takes advantage of browsers with
Deflate or GZip (most browsers) to compress HTTP content between client and
server, 6) ASP.NET component providing threaded discussion groups in the
browser.

All are freeware to use, and source is available.

We also have freeware MSDE/SQL tools and a cool extensible
IDE-add-in-plus-SDK available; see our products page.

Thank you,

Jon Schwartz
Morrison Schwartz
www.ms-inc.net
Nov 19 '05 #1
2 1521
Though, source is not free!!!
Jonathan

"Jon Schwartz" <jo**@ms-inc.net> wrote in message
news:9C******** *************** ***********@mic rosoft.com...
Hello, and happy holidays!

My company has bundled up a bunch of our own controls and components as
freeware developer downloads. They've been hot downloads for the last few
months mainly through blog reviews and word-of-mouth, but I just realized we hadn't yet posted on any of the developer forums about them!

The ASP.NET controls and components include: 1) enhanced Calendar,
DatePicker, ComboBox, ListBox and DropDown ASP.NET controls, 2) ASP.NET chat component providing full-featured browser chat UI without ActiveX or Java
download, 3) .NET OLTP library, plus a Shopping Cart UI built on that
library, 4) components for optimizing ViewState and restoring client page
state, 5) a compression component which takes advantage of browsers with
Deflate or GZip (most browsers) to compress HTTP content between client and server, 6) ASP.NET component providing threaded discussion groups in the
browser.

All are freeware to use, and source is available.

We also have freeware MSDE/SQL tools and a cool extensible
IDE-add-in-plus-SDK available; see our products page.

Thank you,

Jon Schwartz
Morrison Schwartz
www.ms-inc.net

Nov 19 '05 #2
Actually, while the source for most of the stuff is not free, there is a bunch of free source available there. Everything in the QuickApps section (category?) is free source, and all of the SharpTools plugins are free source.
Hello, and happy holidays!

My company has bundled up a bunch of our own controls and components as
freeware developer downloads. They've been hot downloads for the last few
months mainly through blog reviews and word-of-mouth, but I just realized we
hadn't yet posted on any of the developer forums about them!

The ASP.NET controls and components include: 1) enhanced Calendar,
DatePicker, ComboBox, ListBox and DropDown ASP.NET controls, 2) ASP.NET chat
component providing full-featured browser chat UI without ActiveX or Java
download, 3) .NET OLTP library, plus a Shopping Cart UI built on that
library, 4) components for optimizing ViewState and restoring client page
state, 5) a compression component which takes advantage of browsers with
Deflate or GZip (most browsers) to compress HTTP content between client and
server, 6) ASP.NET component providing threaded discussion groups in the
browser.

All are freeware to use, and source is available.

We also have freeware MSDE/SQL tools and a cool extensible
IDE-add-in-plus-SDK available; see our products page.

Thank you,

Jon Schwartz
Morrison Schwartz
www.ms-inc.ne


User submitted from AEWNET (http://www.aewnet.com/)
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
3569
by: Bil Muh | last post by:
Esteemede Developers, I would like to Thank All of You in advance for your sincere guidances. I am developing a software using Visual C++ .NET Standard Edition with Windows Form (.NET) template. Briefly -------------------------------------------------------------------------------------------- I need to create dynamically some controls on the forms, and display these
3
14167
by: Chris | last post by:
Hi, I'm trying to append text from another class to a generic richTextBox that I've added to a Windows form. I can't seem to figure out how to expose the richTextBox to append text to it. Thanks in advance, Chris
3
2247
by: Lizard | last post by:
One of the nicest things about Delphi was the wide range of freeware components easily found on the net. Are there similair libraries for C#? (Not looking for war3z -- only components which are legitimately freeware or shareware.) *----------------------------------------------------* Evolution doesn't take prisoners:Lizard "I've heard of this thing men call 'empathy', but I've never once been afflicted with it, thanks the Gods." Bruno...
1
4082
by: npaulus | last post by:
Hi, I am trying to dynamically add user controls on to my web form but for some reason my form isnt displaying the user control. form1.cs: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms;
8
3194
by: mark.norgate | last post by:
I've run into a few problems trying to use generics for user controls (classes derived from UserControl). I'm using the Web Application model rather than the Web Site model. The first problem I'm having is that the partial class signature in my projectDetails.ascx.cs file looks like this: public partial class ProjectDetailsControl<TEntryServiceProvider: UserControl, INamingContainer where TEntryServiceProvider : IEntryServiceProvider...
8
3593
by: Ryan | last post by:
Ok.. I have a form with lots of stuff on it; a tool strip panel, menu strip, data binding elements (dataset, binding source, table adapter), tab control with 7 tab pages, each page contains a picture box, lots of text boxes (for input).. you get the idea. All of a sudden everything on the form has disappeared, it looks like a blank, newly created form. I can still get to the properties of every item on the form using the drop-down box in...
1
2035
by: Martin | last post by:
Hi all ! I use Visual Studio .NET 2005 SP1 (+ Updates for Vista) on Windows Vista. I have a strange problem in a WinForm application. In a UserControl, which inherit another UserControl (simply contains a SplitterPanel), I've added controls (most of them are TextBox with the property Anchors set to Left and Right) to Panel2. All theses controls fits in the UserControl and when I resize it, all the controls have the correct behavior....
1
8372
by: Don | last post by:
I'm getting the following exception displayed in the task list at design time for my project: "Code generation for property 'Controls' failed. Error was: 'Object reference not set to an instance of an object.'" I've traced the problem to a custom control I created that inherits from Inherits System.Windows.Forms.TextBox. In this custom control, I have two constructors. I'm not sure why I created the second constructor -- it was so...
8
2349
by: =?Utf-8?B?U2hhd24gUmFtaXJleg==?= | last post by:
I am coming at the world from the standpoint of a veteran ASP Classic developer. I am not clear on the advantages of using the ASP.NET control over standard HTML control. With the ASP.NET controls the rendered names are changed and I appear to be limited in what javascript events I can fire. I also can not seem to figure out how to setup a onsubmit() event. With standard HTML I can setup any javascript event I want and the names...
0
9708
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10588
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7623
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5662
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4302
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.