C# Tutorials and offshore development in India
    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



Active Members
TodayLast 7 Days more...






Forums » .NET » .NET »

Ajax Filtered TextBox Extender


Posted Date: 03 Dec 2008      Posted By: sudheera      Member Level: Gold     Points: 1   Responses: 5



Hi,
I am using ajax Filtered texbox extender for validations.For entering name i should specidy FilterMode to custom,lowercase letters,uppercaseletters and valid chars= Blank Space,.
I am trying ,but getting parser error
ASp.net,c#





Responses

Author: Kamran Shahid    03 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

We can only comment after seeing what error.
Please let us see your aspx page, and service method. and what is the exact error



Author: Reach2Shaik    03 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Instead of this
valid chars= Blank Space,.

use this
change this in source view
valid chars= " ","."

Don't forget to rate this answer, if it is helpful...
Regards Shaik



Author: sudheera    03 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 4

Hi,
<cc1:filteredtextboxextender id="FilteredTextBoxExtender1" runat="server" FilterType="Custom ,Lowercase Letters, Uppercase Letters " TargetControlID="txt_Name" ValidChars="' '"></cc1:filteredtextboxextender>

How to specify multiple filtertypes,valid chars should be Blankspace,'.'
Specidy any alternative way



Author: Reach2Shaik    03 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 1

Filter Types="Custom,Lowercase Letters, Uppercase Letters" Valid Chars = " ","."

Don't forget to rate this answer, if it is helpful...
Regards Shaik



Author: sudheera    03 Dec 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 1

Hi,
I am getting error creating control"server tag not well formed"if i specify like this.



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : how to set "TypeGuessRows" =0
Previous : C# .NET+open word application problem+The RPC server is unavailable. (Exception from HRESU
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use