Buy Questpond's video subscriptions on
huge discount
.
Online: 2767
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
C#
>
Loading ...
allow '/' character in textbox
Posted by
Softnetalake
under
C#
on 1/3/2012 |
Points: 10
| Views : 1977 | Status :
[Member]
| Replies : 3
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
how to allow '/' character in textbox as i have blocked other characters to enter in textbox.i need '/' to enter for door number.plz rply
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Amritha444
on: 1/3/2012
[Member]
Starter
|
Points: 25
0
Hi
You didnt mentioned which validation method using
If ajax use this
<asp:TextBox ID="txt_Job_Tittle" runat="server" CssClass="TextBox_Normal"
MaxLength="50" ReadOnly="True" Width="198px"></asp:TextBox>
<cc1:FilteredTextBoxExtender ID="FilteredTextBoxExtender33" runat="server"
FilterType="UppercaseLetters,LowercaseLetters,Numbers,Custom"
TargetControlID="txt_Job_Tittle" ValidChars="/ ">
</cc1:FilteredTextBoxExtender>
Regards
Amrutha
Softnetalake
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Softnetalake
on: 1/3/2012
[Member]
Starter
|
Points: 25
0
i wrote the coding using c# in windows application.please help me.
Softnetalake
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Blessyjees
on: 1/3/2012
[Member]
Bronze
|
Points: 25
0
Hi,
you can use regular expression to validate the text box.
Try this reg expression ^\s*[a-zA-Z0-9/\s]+\s*$
Blessy Baby
Digitalmesh Softech pvt Ltd
https://blessybaby.wordpress.com/
Softnetalake
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...