ASP.NET State Management: View State is an article which contains more information about the view state technique. The view state is used to maintain the state and information of the client side. The author shows you how to enable and disable the...
This is the real time saver when you need to use checkbox to edit the value of some property. Instead of writing event handlers you just use DCPropCheck and specify there Component and PropName properties. Just look at how it's done in the...
This is a JavaScript Form validator. When you submit the form, it validates the data you entered in the various fields. You are allowed to enter only alphabetical characters in the "Name" field. You can enter only numerical data in the...
Whenever the webmaster generates a new event source in the event log, the server does not allow to access and displays this security block error. The user's account might not have any right to generate an event source in the event log using...
imdbphp is used to grab movie info that are available on imdb. Urls for top 250 movies can be displayed. A cache system is used to check multiple movies. It facilitates to use old browser emulator. Error handling file outputs error message when...
Registry Cleaner scans the Windows Registry and finds incorrect or obsolete information in the registry. After Registry Cleaner fixes these problems, your system will run faster and error free. When you delete entries from registry there is need...
Jmailbox is a multi-platform compatible complete web based email client written in 100% ASP using the JMail API. It is the ideal companion for when you are travelling and still need full access to your email. With JMailbox you can send and receive...
Using OnApplicationIdle is easy and helpful, except, when you do have more than one form. Then it's nightmare. This component allows you to have a OnIdle event in every form, and even couple of OnIdle events per form, if you do need of them. Just...
Chilkat XML has an Auto fix property and fixes errors in XML. This parser is non-validating, less memory intensive and the API is much simpler. Even though it uses less memory Chilkat XML is 300% faster than MSXML4. When you link to Chilkat XML it...
When you use property resource bundles to design a fully internationalized application it can present a lot of implementation and design problems. Property Resource Bundles is a Java mechanism for separating locale-specific text from actual Java... |