Follow Fantora on Twitter
Fantora Word of Classified Ads and Community Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

restricting min no of characters in asp.net text box

Options
steven
Posted: Thursday, May 20, 2010 6:35:37 AM
Rank: Advanced Member
Groups: Member

Joined: 4/3/2008
Posts: 127
Points: 381
Location: Sheffield, UK

restricting min no of characters in asp.net text box

how do we restrict min no of characters in asp.net text box control?
adam
Posted: Thursday, May 20, 2010 6:36:57 AM
Rank: Advanced Member
Groups: Member

Joined: 4/3/2008
Posts: 185
Points: 561
Location: London

restricting min no of characters in asp.net text box

steven wrote:
how do we restrict min no of characters in asp.net text box control?



Just use a Regular Expression Validator.

Toggle the validator's Enabled property to true or false based on the DropDownList's SelectedValue property. You can do that through a simple subroutine / function.

How you define a "character" is the question.

If you mean letters and numbers only, your ValidationExpression for the control would be: \w{2,}

If you mean only letters, your expression would be: [a-zA-Z]{2,}

If you mean only numbers, your expression would be: [0-9]{2,}

If you mean anything except white space or control characters, your expression would be: \S{2,}
Users browsing this topic
Guest

 Related
how to remove 404 error
Linq query in MVC
creating a profile in commerce server 2009 pragmatically
A little confusion on ICallbackEventHandler
using AdRotator control in ASP.Net
Could not load file or assembly 'XXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' ..
Commerce Server 2009 Starter Site step by step
nopCommerce ASP.NET/C# based opensource shopping cart Installation
MVC Application Structure
'System.Exception' was thrown
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Fantora Blog | Discount Shop UK | Discount Shop USA | Discount Shop Canada | Discount Boutique France | Discount Shop Deutschland | Discount Shop Italia | Descuento Shop España

Free Classified ads, Webmaster Forum & Technology Reviews | Fantora Free Classified Ads | Buy & Sell Electronics, Mobile phones & Accessories | fantora Forums Community | Buy & Sell DVD, Games and Consols | Free eBooks & Softwares | SEO & Affiliate Marketing Discussion | Programming Language Forum (.NET, ASP, PHP, SQL) | Free Classified Ads | General Stuff (Movies, Chat, Comics) | Free Online English Movies & Reviews | Free Online Hindi Movies & Reviews | Australia & New Zealand Immigration Forum | Europe immigration forum | Canada Immigration Forum | Ireland Immigration Forum | US Immigration Forum | United Kingdom Immigration Forum

Main Forum RSS : RSS

Powered by: YAF.NET
Copyright © AI Logica All rights reserved.
This page was generated in 0.285 seconds.