Showing posts with label asp.net gadgets. Show all posts
Showing posts with label asp.net gadgets. Show all posts

Sunday, November 2, 2008

Introducing the "DotNetNuke" Web Application Framework

Web Application Framework is a robust software library used as the basis for building advanced Web applications. A Web Application Framework typically contains a well-defined architecture and an abstract set of reusable components that are specifically designed to simplify development, enforce consistency, increase productivity, and improve application quality. Typical features include modular architecture, membership management, security and role management, site organization and navigation, error and event logging, data access and caching, search and syndication, and extensibility at every level. Frameworks are used in corporations, public sector, private sector, small businesses, nonprofit organizations, and even individual Web sites.

Although the concept has always been relevant, Web Application Frameworks have just come back into favor in recent years. This is likely a result of the ever-pervasive basic business philosophy emphasizing a reduction in the Total Cost of Ownership and increase in the Return On Investment. Web Application Frameworks can provide big wins in both of these categories because they allow developers to focus on the high-level business processes while leveraging a rock-solid application foundation.

DotNetNuke is a Web Application Framework that provides a highly extensible development environment, based on published standards and proven design patterns. Since Web Application Frameworks are generic by nature, they can be used as the underpinnings for any number of powerful Web applications. From Community Portals to high volume E-Commerce shopping malls, from Content Management Systems (CMS) to Customer Relationship Management Systems (CRM), the DotNetNuke Web Application Framework provides the fundamental services to build highly functional and scalable Web applications. To back up this claim, the DotNetNuke Web Application Framework is distributed as part of a fully functional CMS - the DotNetNuke Enterprise Portal.

Introducing DotNetNuke
Necessity is the mother of invention. In classic open source fashion, I originally created the application because I was interested in a way to provide functional Web sites to amateur sports organizations and could not find a suitable proprietary alternative. After investing significant effort only to discover that my business goals were not going to be realized, I decided to release the application as an open source community project. Version 1.0 of DotNetNuke was released December 24, 2002 (Christmas Eve). Since then, DotNetNuke has evolved at an exponential rate, recently surpassing 200,000 registered users, 800,000 downloads, and maintaining a consistent weekly project activity rank of #15 on SourceForge.Net.

Read More..

Saturday, November 1, 2008

Handy ASP.NET Email Control

Most websites have the need for some sort of "feedback form" or "email-us" page, which, as we know, is tedious to re-develop on every site, even in .NET. I have developed this simple E-Mail control in VB.NET that can be wrapped around any form to be turned into an email form, even with file inputs.

The first major thing to overcome is the property which must be set just above the CLASS in the .ascx.vb file (no extra linebreaks). This allows the User Control to access the controls on the .aspx page where it is used.

_ 'No extra linebreak after this!!
Public MustInherit Class MailAnything
Inherits System.Web.UI.UserControl

If you do have a file input on your web form remember to set the enctype="multipart/form-data".

Another important thing to remember is to use Web Forms Labels to name your fields on the web form so that it can be read by your user control and form part of the email.

Read more..

Tuesday, October 14, 2008

GridView DropDownList Update SelectedValue All At Once

1.ASP.Net GridView DropDownList DataSource and DataBinding

2.ASP.Net 2.0 AJAX Update Progress Control

3.Gridview DropDownList SelectedValue in ASP.Net

4.ASP.Net C# GridView FindControl Checkbox

5.ASP.Net GridView Checkbox Javascript Validation

Read more..

Monday, October 13, 2008

Widgets, Gadgets, Search Bars and FUN!

Again its been far too long since I last posted, and the developments have piled up, so today I’m going to be giving you a quick update of the Students Work technical progress and then giving you my thoughts on the ASP.NET framework.

Technical Updates

- Students Work now has two new offices, one located in Rickmansworth, in Buckinghamshire where James and Marco will be based and a brand new office in Leeds city centre, which will be home for Stew and Oliver.

Reading continue..