Tutorials
Resources
Forum
Reviews
Communities
Interview
Jobs
Projects
Training
Your
Ad
Here
Silverlight Games
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Polls
|
Revenue Sharing
|
Lobby
|
Gift Shop
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Abhisek Panda
(30)
Alwyn
(14)
Asheej T K
(6)
Last 7 Days
Alwyn
(678)
nishithraj
(512)
Gaurav Arora
(494)
more...
Resources
»
Code Snippets
»
Application windows, menus & toolbars
»
Checking only char C#.NET
Posted Date: 08 Dec 2008
Resource Type:
Code Snippets
Category:
Application windows, menus & toolbars
Author:
Sravya
Member Level:
Gold
Rating:
Points
: 5 (Rs 10)
public bool OnlyChar(int KeyChar)
{
if (KeyChar >= 65 && KeyChar <= 90 || KeyChar >= 87 && KeyChar <= 122 || KeyChar.Equals(8))
{
return false;
}
else
{
return true;
}
}
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
to add tags.
Checking only char C#.NET
.
Character input validation
.
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
computing the cols of datatable
Previous Resource:
Email validation
Return to Discussion Resource Index
Post New Resource
Category:
Application windows, menus & toolbars
Post resources and
earn money
!
More Resources
computing the cols of datatable
selecting data table rows
Writing the event log VB.NET
Reading the event logs VB.NET
Delete Event log VB.NET
Create Event log VB.NET
dotNet Slackers
About Us
Contact Us
Privacy Policy
Terms Of Use