Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Found by Google...

SnowCovered Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Recently Viewed...

Configuring AJAX TextboxWatermark Control

How to Use the ASP.Net AJAX FilteredTextBox Extender

 

Introduction to FilteredTextBox Extender

 

The FilteredTextBox Ajax Extender control is a part of the Microsoft Ajax Toolkit for ASP.Net. The Ajax toolkit is a free, open source Ajax library that can be used in any ASP.Net project to add rich Ajax functionality to websites. The Ajax Toolkit can be downloaded free from the Microsoft ASP.Net website.

 

The FilteredTextBox Extender is a control extender. This means that it extends the behavior of an existing ASP.Net control. In this particular case, the control that is extended is the ASP.Net TextBox. The ASP.Net Textbox does not have any Ajax functionality by itself. The FilteredTextBox extender adds Ajax functionality to the textbox by injecting Javascript in the client side.

 

Adding FilteredTextBox to Your WebPage

 

To implement the FIlteredTextBox in your projects add a reference to the MS Ajax Toolkit DLL. Now all the controls of the ASP.Net Ajax Toolkit will be available in the toolbar. If you are using Visual Studio 2005, you can drop the FilteredTextBox control extender in your Source View, and set the ExtendedControl property to the name of the textbox you want to extend.

 

 

If you are using Visual Studio 2008, you don’t have to worry about setting the property. Instead just click on the TextBox control you want to extend; you will see a arrow at the rightmost edge. Clicking on the arrow will bring a Context menu with the command ‘Add Extender’. Clicking on Add Extender will bring a list of Extenders valid for the control. Just click on the FilteredTextBox extender and it will be added to your Source with all the properties correctly set for the TextBox control.

 

 Now your extender control is on the page, and we can modify its behavior.

 

Working with the FilteredTextBox

 

You can use the FilteredTextBox extender to stop the user from entering garbage input. You can limit the input in the TextBox to specific characters. If the user will try to type anything else, nothing will appear.

 

This is great to user-proof form Textboxes. For example, if a TextBox is supposed to accept phone numbers only, this control can make it easier for the user to enter a correct phone number buy accepting only relevant keypresses like numbers, ‘-‘, etc.

 

Examining the FilterType

 

The FilterType property is the most basic property of the extender. It is an enumeration property with three options: -

 

1.  LowercaseLetters – The TextBox will accept only lowercase alpahabets, and translate all uppercase input automatically to lowercase.

2. Numbers – The TextBox will accept only numeric input.

3. UppercaseLetters – The TextBox will accept all input only in the Uppercase.

 

Using these three properties is quite simple, but the in the practical world you will need to work with other kinds of inputs too.  For everything apart from these 3, there is the Custom FilterType.

 

When you set your FilterType to Custom, you will be able to define more freely what are the characters that you plan to allow, or disallow the user from entering. You can do that by setting the ValidChars or the InvalidChars property of the FilteredTextBox Extender.

 

Let’s see some code which implements a FilteredTextBox Extender setup to accept a valid email address.

 

 

Notic that we have set the FilterType to Custom, FilterMode to FilterMode to ValidChars and the ValidChars property to a long string containing all the characters that are allowed in an email address (all alphabets, numbers and the ‘@.’ symbols.)

 

When you set the FilterType to Custom you will also have to set the FilterMode and the ValidChars or InvalidChars property. The FilterMode property decides whether you want to set the filter to allow characters or ban characters. You cannot do both.

 

If you want to allow specific characters and ban the rest, set the FilterMode to ValidChars. If you want to ban some characters and allow the rest, set the FilterMode to InvalidChars.

 

Depending on what you set the FilterMode to, you will also need to set one of the ValidChars and InvalidChars properties. In the example above we have set ValidChars to all the characters that are allowed in an email address. If the user tries to enter any other character than those in the ValidChars, his input will be rejected. For example, the box will not accept ‘<’, or ‘*’ which are symbols used often in SQL or Javascript injection attacks.

 

If you do the opposite, i.e. set the value of InvalidChars property and set the FilterMode to ‘InvalidChars’, the TextBox will accept all input except the characters specified in the InvalidChars. You can use this to ban some special characters or letters if you are asking the user to enter a code, etc.

 

Working in Code

 

You can also modify the behavior of the FilteredTextBox Extender in code. This can be useful if you want to limit the user input based on a database value, or some value that has been set in your ASP.Net application. Or you can use some logic to bind the Extender to different TextBoxes. Let’s see a small example: -

 

 

In this example I have a FilteredTextBox Extender called txtExtend which limits the input in a Textbox called ‘txtName’ to certain characters. You can set any of the properties in the Page_Load event, or in a function to get a FilteredTextBox Extender that works according to your custom code-behind logic.

 

Also notice the new property I have introduced here: the FilterInterval. The FilteredTextBox Extender filters the textbox on timed intervals, and the FilterInterval property can be used to change the interval time if you wish. The value defaults to 250ms.

 

Conclusion

 

We have learnt how to use the FilteredTextBox in ASP.Net, and to leverage the functionality it provides to help our users input correct data. While the FilteredTextBox will definitely help lessen the incidence of errors in your application, you must also remember that it is not a guarantee of correct input and you must still have your code-behind validation in place.


This is because the FilteredTextBox Extender is a Javascript control. If the users disables Javascript on his browser or has plugins like ‘Noscript’ installed, the Javascript may be stopped from running and the functionality of the FilteredTextBox Extender will be lost. That is why do not use the extender to guarantee correct input in critical applications.

Share the page?

Configuring AJAX FilteredTextbox Control - share this page - email email - del.icio.us del.icio.us - digg digg - reddit reddit

Feedback Comments

Feedback

SharePoint Web Parts


All Data Springs Web Parts Support WSS 3.0, SharePoint 2007, and SharePoint 2010 Frameworks

Please select license option for each web part you wish to purchase. We highly recommend the SharePoint Bundle to get all Data Springs Web Parts for maximum value!

 

 

      
Cart


Data Springs Sharepoint Bundle

Best Value! The Bundle gives you all 5 web parts in one package at a very attractive price! Best Value! We think you will be very happy with the SharePoint bundle and great price discounts you will receive. With your purchase all of the web parts below will be included.
 
 
 
 

Random Image Web Part

With Random Image for Sharepoint 2007, you can select multiple images to display randomly when the web part loads...
 
 
 
 

Stock Quote Web Part

Giving your site visitors relevant information is critical. With the Data Springs Stock Web Part you can provide your users with up to date financial information
 
 
 
 

Dynamic Image Rotator Web Part

Who would have thought? Adobe Flash® with Sharepoint! The FIRST and ONLY image rotation web part for Sharepoint using Flash Technology from Adobe! The Dynamic Image Rotator displays selected images and then rotates between the images. Several extended and optional features allow you to select the time to rotate each image, fade between
 
 
 
 

SharePoint Charts Web Part

The MOSS Chart Web Part is a web part built by Data Springs for the purpose of rendering several chart types based on data from a SharePoint list on a MOSS 2007 or WSS 3.0 Site
 
 
 
 

Dynamic News Ticker Web Part

Provide current news items with a user-friendly news ticker for your Sharepoint Portal. With millions of web sites offering information you need a fun way to display information and the solution is Flash News Ticker....
 
 
 
 

Tailored Text Web Part

 Tailored Text Web Part allows you to add text/html to your web site that can be different for anonymous users, registered users,  and even individual users specifically.

 
 
 
 

Dynamic Views Web Part

Dynamic Views is an excellent tool to:
Personalization allows you to go the extra mile in communicating or connecting one to one with your clients. When it comes to technology and web site content, you now have the power to leverage this personalization directly with your users on your DotNetNuke® site

 
 
 
 

Dynamic Login Web Part

Your site content isn't vanilla, so why is your portal's login?

Add pizazz and functionality with Dynamic Login! Use custom templates, localization, redirection rules for various roles and many more features!
 
 
 
 


DNN Modules

DotNetNuke Modules


Data Springs offers cost-saving packages that fit your needs:

Purchase the Collection 6.0

Data Springs Collection 6.0

An entire tool chest to quickly build websites and construct complex, powerful, and relevant workflow. Elevate your design with custom registration, forms, displays, reports, user management, payments, Google maps,, SQL updates, and so much more!

Best Value!  Includes all DotNetNuke modules by Data Springs.

$ 495.00

Data Springs User Management Suite 3.0

All the tools you need to enhance user & profile management from A to Z!.  A comprehensive package with 5 feature-packed modules that offer extensive admin controls and easy user interface geared towards an effective and growth-oriented site!  .... more

 

Includes:  Dynamic Registration     Dynamic Login   ♦   Interactive User Import     Dynamic User Directory   ♦   Renewal Reminder    A value of more than $630.00!

 $ 369.00

 

 

Check out all our individual modules!

 

 View Dynamic Registration

Dynamic Registration 5.0 (new release on 6/12/2013)

Need custom fields and workflow for your registration? Get all the power and ease of use to create the registration and profile management just the way you want it... more

$ 199.00

View Dynamic Forms

Dynamic Forms 4.1 (released 5/16/2012)

Whether it's for marketing, sales, contact forms, scheduling, information requests, surveys, or to simply better understand your customer needs, the possibilities for creating powerfully effective forms are now easy and endless! ... more

$ 195.00

 

Dynamic Views 3.1 (new on 2/7/2013)

Now have an easy yet feature-rich reporting module with custom defined display templates and unlimited search options from  Dynamic Forms or any data source like a table, view or custom query!  ... more

$ 169.00

 View Dynamic Login Module

Dynamic Login 4.1 (released 10/19/2011)

Add pizazz and functionality to your site login! Dynamic Login gives you custom templates, localization, redirection rules, SQL Validation, and Single SignOn. Want more? How about Facebook Connect, LinkedIN, and Twitter, too? Your login has never been so exciting!.   ... more

$ 149.00

 View Interactive User Import

Interactive User Import 3.0 (released 8/17/2011)

Interactive User Import provides you with the functionality to easily and quickly import users into DotNetNuke and Dynamic Registration, through a streamlined and well-documented wizard that includes many advanced features... more

$ 149.00

 View Dynamic User Directory

Dynamic User Directory 4.1 (released 4/26/2012)

The perfect compliment for extending your portals users and community! An essential ingredient for managing dynamic user information, is being able to sort key fields and create useful user directories and custom report information... more

$ 179.00

 View Renewal Reminder

Renewal Reminder 1.3

Renewal Reminder provides you with the functionality to setup email notifications for users that their security role will soon expire. After installing your renewal / security role reminder module you can now setup scheduled notifications to be distributed to your users... more

$ 129.99
 View Opt In Email

Opt In Email 5.0 (new on 4/17/2013)

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this feature... more

$ 179.00

 View Tailored Text

Tailored Text 3.0

Personalization allows you to go the extra mile in communicating or connecting one to one with your clients. Leverage the power personalized content on your DotNetNuke site... more

$ 109.99
 View Stock Quote

Stock Quote 1.2

Giving your site visitors relevant information is critical. With the Data Springs Stock Module you can provide your users with up to date financial information... more

$ 109.99
 View Presentation Archive

Presentation Archive 2.0

With so much content on your web site, its important to give users an easy method for finding and retrieving content. Presentation Archive allows you to categorize, organize and present content within your DotNetNuke site for presentations, educational material, videos, and almost any document... more

$ 124.99
 View Real Estate

Real Estate 2.3

Real Estate 2.3 is a feature rich and user-friendly module that allows your portal users the ability to create real estate listings on your site... more

$ 149.99
 View Dynamic Image Rotator

Dynamic Image Rotator 3.3

Dynamic Image Rotator displays selected images and then rotates between the images using the Adobe® Flash® platform.  Several extended and optional features allow you to select the time to rotate each image, fade between images, and also display the images in either sequental or random order... more

$49.99
 View Info Pics Gallery

Info Pics Gallery

The Info Pics Gallery Module allows you to display thumbnail pictures with information to the user about each picture, along with a detailed description regarding the set of pictures and several other optional links... more

 $ 69.99
 View Testimonials Module

Testimonials

The Testimonials Module allows you to display customer testimonials on your site, as well as an easy method for users to submit testimonials about your web site, services, or products... more

 $ 49.99
 View Dynamic Info Cube

Dynamic Info Cube

Take your web site out of the box! Looking for a creative and interesting way to showcase information and content on your site? With millions of web sites offering information you need a fun way to display information and the solution is Dynamic Info Cube... more

$ 99.95
 Search Engine Optimization Cloud Module for DotNetNuke

Dynamic Tags

Nearly every web site developer would agree that search engine optimization is one of key aspects to a successful web site. Part of search engine optimization requires providing search engines that crawl your web site with appropriate and meaningful content... more

$ 69.99
 View Page Tags

Page Tags

'Page Tags' pulls in search terms that users searched to find the current page. There are many benefits to displaying these search words that delivered the user to the site, find our more details ... more

$ 59.99
 Random Rounded Images

Random Rounded Images

Random Rounded Images is an easy to use upgraded version of the images module included with DNN. With RRI, you can select multiple images to display randomly when the module loads. For example, you can add 10 images to the module, and each time you refresh or load the page one of those images will... more

$ 49.99
 View Back on Track

Back on Track

Giving your site visitors fast access to areas of interest is vital to your web site's ease of use and ultimately - sales potential... more

$ 99.99
 

Dynamic News Ticker 2.0

Dynamic News Ticker allows you to scroll through news items in a horizontal or veritical direction with administrative features that allow you to easily customize the look of your news ticker. Each instance of Dynamic News Ticker can be set up to have different sizes, scroll directions, scroll speed... more

$ 39.00
 View Quick Poll

Quick Poll

Give your users a voice, while also providing an important way for you to gather opinions from your users and measure visitors' responses to questions on your site! Polls are significant because they can provide a way for your web site visitors to share ideas and vote on topics of your choosing... more

$ 39.99
 View Flash Contacts

Dynamic Contacts 2.0

Dynamic Contacts is the fastest and easiest way you can help visitors of your website connect with your key personnel... more

$ 79.99
     

 

 

 
 

Join our mailing list...

Get current news and events the easy way
Subscribe Me

Recent Blogs...

 
Copyright 2005 - 2011 by Data Springs, Inc.
 
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi