Hi Team
Can any one help me out how to allow single Quotes ina textbox..
Any help is greatly appreciated..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Jul 14, 2011, 6:28 AM
sandeep kodepakaPosted Jul 14, 2011, 3:31 AM
vishal sahaniPosted Jul 14, 2011, 3:16 AM
like
sandeep kodepakaPosted Jul 14, 2011, 3:03 AM
<
td id="tdtxtleave" runat="server" style="width: 299px"><asp:TextBox ID="txtLeaveReason" runat="server" CssClass="TextBox" OnTextChanged="txtLeaveReason_TextChanged">asp:TextBox>
<ajaxtoolkit:filteredtextboxextender id="FilteredTextBoxExtender4" runat="server"
targetcontrolid="txtLeaveReason" filtertype="lowercaseLetters" validchars="'" />.cs
reason = txtLeaveReason.Text;
Jaganathan BantheswaranPosted Jul 14, 2011, 2:54 AM
sandeep kodepakaPosted Jul 14, 2011, 2:50 AM
sandeep kodepakaPosted Jul 14, 2011, 2:48 AM
Jiteendra SampathiraoPosted Jul 14, 2011, 2:36 AM
Single quotes will allows by default in .net...
Jaganathan BantheswaranPosted Jul 14, 2011, 2:30 AM
We can simply type into text box right. Please explain the question bit more..