contentpane in dotnetnuke
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 557
Counting lines in text files
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method. more>> In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.<<less
Added: 2007-03-28 License: Freeware Price: Free
945 downloads
MY-ASP.NET - DotNetNuke Portals
Managed DotNetNuke Portal solutions for small business. Free DotNetNuke User Guides, Web design tutorials, DotNetNuke Skins, SEO Guides ,themed link directories for business, travel and webmasters plu more>> Managed DotNetNuke Portal solutions for small business. Free DotNetNuke User Guides, Web design tutorials, DotNetNuke Skins, SEO Guides ,themed link directories for business, travel and webmasters plus more DotNetNuke marketing Resources!<<less
Added: 2004-10-13 License: Other Free / Open Source License Price: Free
1858 downloads
Contact Form in ASP.NET
Its easier than Classic ASP to send email within an ASP.NET application. All you need is to use SmtpMail class in your application. Current example uses SmtpMail class to send a web message to your em more>> Its easier than Classic ASP to send email within an ASP.NET application. All you need is to use SmtpMail class in your application. Current example uses SmtpMail class to send a web message to your email. You may use it with copying and edit a few lines in code.<<less
Added: 2007-07-12 License: Freeware Price: Free
657 downloads
A Free Website for DotNetNuke Skins 4.5.5
Just new to DotNetNuke? Want to see how different skins and themes look on a DNN website? You need to visit DNNSKINS.com - the largest range of FREE skins for DotNetNuke Preview them and then log in to download all these skins tested on the latest more>> Just new to DotNetNuke? Want to see how different skins and themes look on a DNN website? You need to visit DNNSKINS.com - the largest range of FREE skins for DotNetNuke Preview them and then log in to download all these skins tested on the latest version of DotnetNuke. A great start for those wanting to learn about skinning. This site has been developed for the DNN community to help foster the open source project. DNN Skins - Free DotNetNuke skins<<less
Added: 2007-08-15 License: BSD Price: $0.00USD
25 downloads
MY-ASP.NET - DotNetNuke Portals 2.1.2 plus
Managed DotNetNuke Portal solutions for small business. Free DotNetNuke User Guides, Web design tutorials, DotNetNuke Skins, SEO Guides ,themed link directories for business, travel and webmasters plus more DotNetNuke marketing Resources! more>> Managed DotNetNuke Portal solutions for small business. Free DotNetNuke User Guides, Web design tutorials, DotNetNuke Skins, SEO Guides ,themed link directories for business, travel and webmasters plus more DotNetNuke marketing Resources!<<less
Added: 2004-10-13 License: Other Price: $0.00USD
13 downloads
Sending eMail in ASP (CDONTS)
Learn how to email the contents of a form using the CDONTS component from ASP. more>> Learn how to email the contents of a form using the CDONTS component from ASP.<<less
Added: 2006-01-04 License: Freeware Price: Free
1426 downloads
Date Validation in ASP.NET
In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture more>> In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture date format. Code can do two jobs for us : date is valid and date is in correct format.<<less
Added: 2007-01-08 License: Freeware Price: Free
1038 downloads
Free Dreamweaver extension for DotNetNuke Skinning 0.2.0
Are you trying to create your own DotNetNuke skin? How many times you have run to the skinning documentation to find the right attribute for a skin object you needed? With this free Dreamweaver extension you have all skin and container objects and their more>> Are you trying to create your own DotNetNuke skin? How many times you have run to the skinning documentation to find the right attribute for a skin object you needed? With this free Dreamweaver extension you have all skin and container objects and their attributes on hand.<<less
Added: 2005-09-23 License: Other Price: $0.00USD
16 downloads
Other version of Free Dreamweaver extension for DotNetNuke Skinning
License:Other Free / Open Source License
Comparing Dates in ASP
In this tutorial we will compare dates. We will use DateDiff function. You may compare any two valid dates calculation year, day, month, week, minute ans seconds. more>> In this tutorial we will compare dates. We will use DateDiff function. You may compare any two valid dates calculation year, day, month, week, minute ans seconds.<<less
Added: 2006-03-02 License: Freeware Price: Free
1341 downloads
SQLView (DotNetNuke Module) 4.0.1
Features include: - specify sql query as a select from a table, view or stored procedure - sorting ascending/descending on each column - customizable formatting for the grid, header row, even row and odd row - display an additional header and/or more>> Features include: - specify sql query as a select from a table, view or stored procedure - sorting ascending/descending on each column - customizable formatting for the grid, header row, even row and odd row - display an additional header and/or footer comment - token replacement for PortalId, ModuleId, TabId and UserId, plus QueryString parameters - restriction of any sql text with INSERT, SELECT INTO, DELETE, UPDATE or DROP statement (this option may be disabled with a web.config setting) - optional OLEDB connection string option if you dont want to query the default portal database - includes MS SQL and Access Data Provider<<less
Added: 2004-10-07 License: Freeware Price: $0.00USD
11 downloads
Today in History ASP.NET
This ASP.NET application will display a history based on the current month and day. Also this application is very easy to modify and integrate into your existing ASP.Net based site. more>> This ASP.NET application will display a history based on the current month and day. Also this application is very easy to modify and integrate into your existing ASP.Net based site.<<less
Added: 2005-11-26 License: Freeware Price: Free
1431 downloads
Detecting XML in Browser
XML is a must for most Ajax based applications. Itâ??s a universal mark-up language which means almost any programming languages could work with XML. Aside from being accessible through various formats, it is also known to be relatively lightweight. It more>> <<less
Added: 2009-05-05 License: Freeware Price: $0.00USD
12 downloads
Counting Records in SQL Script
Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL scrip more>> Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.<<less
Added: 2006-09-06 License: Freeware Price: Free
1144 downloads
Multithreading in ASP.NET
Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need more>> Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need to perform a long time task, that uses intensive CPU operations. A common solution to this problem is the use of multithreading.<<less
Added: 2007-02-12 License: Freeware Price: Free
1014 downloads
Inject Anything (DotNetNuke Module) 1.0.0
Almost every DotNetNuke site needs the following scripts: Google Analytics tracking code Social bookmarking links for popular sites such as Del.icio.us, Digg, MySpace, Facebook, Yahoo Buzz, Technorati, Blicklist, Furl and reddit YouTube video more>> Almost every DotNetNuke site needs the following scripts: Google Analytics tracking code Social bookmarking links for popular sites such as Del.icio.us, Digg, MySpace, Facebook, Yahoo Buzz, Technorati, Blicklist, Furl and reddit YouTube video embedding ... endless uses Instead of managing your scripts inside a standard html/text module, use a single module that was crafted to handle it all. Inject Anything comes with a list of predefined standard scripts to get you started with more included all the time. Features Include: inject content from a variety of sources including the portal filesystem, standard included scripts or a freeform text area content can be injected into a number of different page areas including head, after opening body, after opening form, before closing form and before closing body tags supports token replacement for all DNN settings and also your own custom tokens predefined standard scripts for most of the functionality you need today<<less
Added: 2008-12-04 License: Commercial Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above contentpane in dotnetnuke search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed