managing tool
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1027
Managing Users with Cookies
This shows how to save and retrieve cookies in ASP; also shows how to set an expiration date. This method is one of the easiest ways to keep track of users on your site. more>> This shows how to save and retrieve cookies in ASP; also shows how to set an expiration date. This method is one of the easiest ways to keep track of users on your site.<<less
Added: 2007-07-31 License: Freeware Price: Free
820 downloads
Managing ASP.NET Sessions 1
This tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important as one of the ways how you can send sensitive data from one web page to another. more>> This tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important as one of the ways how you can send sensitive data from one web page to another.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 downloads
Managing Membership and Roles
ASP.NET 2.0 Free Tutorials : Managing Membership and Roles - In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, S more>> ASP.NET 2.0 Free Tutorials : Managing Membership and Roles - In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.<<less
Added: 2005-09-22 License: Freeware Price: Free
1496 downloads
Managing State in Web Services 1
Explains how to manage a session and application state objects in ASP.NET Web Services. Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called more>> Explains how to manage a session and application state objects in ASP.NET Web Services. Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called thousands of times a day. In such cases, keeping per user data in the webserver would be a bad approach.<<less
Added: 2006-11-21 License: Freeware Price: $0.00USD
12 downloads
Other version of Managing State in Web Services
License:Freeware
Network Management Tool - Web Based
Manage your network with a free network management application. An organized way to manage your network. 100% web-based network management, all categories and types are setup and managed with the web more>> Manage your network with a free network management application. An organized way to manage your network. 100% web-based network management, all categories and types are setup and managed with the web interface. Very easy to setup with PHP and MySQL. Manage your network devices, routers, switches, firewalls, hubs, and more. 100% Free, released under the GPL.<<less
Added: 2004-06-21 License: GPL Price: Free
1968 downloads
Manual Threading in ASP.NET 2.0 1
Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for manually creating and fully managing a new thread arises. more>> Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for manually creating and fully managing a new thread arises. Creating threads manually is much more complex than using the thread pool, and requires you to have knowledge about threading life cycle and concepts.<<less
Added: 2007-02-12 License: Freeware Price: $0.00USD
13 downloads
Other version of Manual Threading in ASP.NET
License:Freeware
Smart Grid, Ajax-based table editing tool
Smart Grid is an Ajax-based table editing tool. Allows to manage DB tables without reloading web pages. 100% JavaScript that makes it possible to use it with any server-side technology. Cross-browser more>> Smart Grid is an Ajax-based table editing tool. Allows to manage DB tables without reloading web pages. 100% JavaScript that makes it possible to use it with any server-side technology. Cross-browser (works in IE, Mozilla-based browsers such as Firefox, Opera 9+, and Safari 3.0). Skinnable, multilingual. Paging support.<<less
Added: 2007-07-03 License: Free for non-commercial use Price: FreeAdditionalInfoContactauthorforcommerciallicenses
556 downloads
Custom Page Management
Script offer a simple, fast, and efficient way to managing the content of your website. It allows you the ability to make the website look professional like other newspaper website. And updating content is simple, via the admin area. Just write and edit more>> Script offer a simple, fast, and efficient way to managing the content of your website. It allows you the ability to make the website look professional like other newspaper website. And updating content is simple, via the admin area. Just write and edit like you would in microsoft words. Pictures are automatically resized.<<less
Added: 2009-03-07 License: Freeware Price: $0.00USD
12 downloads
Managing Membership and Roles in ASP.NET 2.0
In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The Provid more>> In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.<<less
Added: 2006-05-30 License: Freeware Price: Free
1255 downloads
C Programming - Managing Input and Output Operations
In this tutorial you will learn about Single character input output, String input and output, Formatted Input For Scanf, Input specifications for real number, Input specifications for a character, Pri more>> In this tutorial you will learn about Single character input output, String input and output, Formatted Input For Scanf, Input specifications for real number, Input specifications for a character, Printing One Line, Conversion Strings and Specifiers, Specifier Meaning.<<less
Added: 2006-06-01 License: Freeware Price: Free
1260 downloads
PHP Newsletter Tool 1.01b
Create and send email newsletters and manage subscribers with this free web-based php script. Very easy to use and packed with features. Mailing List is a Web-based, full-featured mailing list and newsletter system. Users can subscribe and unsubscribe more>> Create and send email newsletters and manage subscribers with this free web-based php script. Very easy to use and packed with features. Mailing List is a Web-based, full-featured mailing list and newsletter system. Users can subscribe and unsubscribe themselves. Email confirmation is used for new subscriptions. The list of subscribers to a list can be imported and exported.<<less
Added: 2005-09-13 License: Freeware Price: $0.00USD
14 downloads
Other version of PHP Newsletter Tool
License:Freeware
MyMeeting Manage Meeting Decisions And Files 2.0
MyMeeting is a web application specifically designed to help better manage meetings in government agencies. Initially developed at the Open Source Competency Center (OSCC) MAMPU, it is the first Malaysian government software to be released publicly under more>> MyMeeting is a web application specifically designed to help better manage meetings in government agencies. Initially developed at the Open Source Competency Center (OSCC) MAMPU, it is the first Malaysian government software to be released publicly under the open source BSD license.<<less
Added: 2008-10-09 License: BSD Price: $0.00USD
13 downloads
ASP .NET: Managing State with ASP.NET and C#
Web Applications are disconnected in nature which means that there is no way for the browser to know who is using the application at present time. In classic Asp programming maintaining state was a he more>> Web Applications are disconnected in nature which means that there is no way for the browser to know who is using the application at present time. In classic Asp programming maintaining state was a headache for the developers. They had to write alot of code to maintain state. But Asp.net model provides easy state management. In this article we will see how we can persist state in multiple pages so the user is recognized by the browser.<<less
Added: 2006-05-30 License: Freeware Price: Free
1246 downloads
ASP.NET: Managing Data with ADO.NET DataSets and C#
This tutorial explains about The Role of DataSets in ADO.NET , Using DataSets in ASP.NET , Saving DataSets in Session State, Using DataTable Constraints, DataSet, DataRelations Using DataSets with Dat more>> This tutorial explains about The Role of DataSets in ADO.NET , Using DataSets in ASP.NET , Saving DataSets in Session State, Using DataTable Constraints, DataSet, DataRelations Using DataSets with DataAdapters to Modify Data and the Transactional Model in DataSets.<<less
Added: 2006-05-30 License: Freeware Price: Free
1277 downloads
Lazy loading with autoload and PHP! PHP5
Are you ended up with many PHP files and having hard managing them all? You dont want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;) more>> Are you ended up with many PHP files and having hard managing them all? You dont want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;)<<less
Added: 2008-05-15 License: Other 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 managing tool 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