Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi dears.
I want to know how can i remove the underline in maskedtextbox?
Posted

1 solution

I think the PromptCharacter attribute is what you are looking for. Below is the example:
HTML
<ajaxtoolkit:maskededitextender targetcontrolid="TextBox2" mask="9,999,999.99" messagevalidatortip="true" onfocuscssclass="MaskedEditFocus" oninvalidcssclass="MaskedEditError" masktype="Number" inputdirection="RightToLeft" acceptnegative="Left" displaymoney="Left" errortooltipenabled="True" promptcharacter=" " xmlns:ajaxtoolkit="#unknown" /> 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900