Click here to Skip to main content
15,911,848 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends:
i am making a page using devExpress controls
i add a masked text box but it always displaying in the right side

i want to show it at left side
i am using this


ASP.NET
<td width="30%" align="left">

                                      <dx:ASPxTextBox ID="txtSendingAmount"  runat="server" style="text-align:left" AutoPostBack="true" Width="100%"
                                           TabIndex="3" RightToLeft="True" NullText="0.00" BackColor="LightGray" Text="0.00">
                                           <MaskSettings Mask="<0..99999999999999999999g>.<00..99>" />

                                       </dx:ASPxTextBox>
                                   </td>


but i dont know why it is not displaying in left side of the TD

plz help out me............
Posted

1 solution

This happening due to td width
XML
<td width="30%" align="left">


u should set td width in proper way .
 
Share this answer
 
Comments
prince_rumeel 1-Oct-12 6:21am    
what u ment by proper way?

plz can u explain it???
prince_rumeel 1-Oct-12 6:24am    
in my upper td it is working fine.but here in this td it is creating problems..
prince_rumeel 1-Oct-12 6:25am    
as you can see this code for the above TD

<pre lang="HTML"><td width="30%" align="center" style="text-align:right">

<dx:ASPxTextBox ID="txtPaymentMethodFee" runat="server" Width="100%"
Enabled="False" ReadOnly="True" RightToLeft="True" Text="0.00"
NullText="0.00" BackColor="LightGray" ForeColor="Black">

</td>
</pre>
solanki.net 1-Oct-12 7:14am    
pls send your table code
prince_rumeel 1-Oct-12 7:29am    
i am sharing the full code of my table it is of multiple alot of code.
plz see this code.and help out me.
this is the link of my file
http://www.filedropper.com/mypage[^]

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