473,748 Members | 11,145 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to limit the Textbox's Width????

Hi everyone,
I have a number of textboxes, lined up in a html table. I have split the
table into different columns. The column widths are all relative, that is, %
rather pixels or points so that it can grow / shrink.
The textboxes are then placed into table cells and have their widths to be
100% of the width of their container (table cells).
Example
<table id="Table1" width="100%" ....>
<tr>
<td width="20%">Fir st Label column</td>
<td width="15%">
<asp:textbox id="TextBox1" Width="100%"
Runat="Server"> </asp:textbox>
</td>
<td width="20%">Sec ond Label column</td>
<td width="15%">
<asp:textbox id="TextBox2" Width="100%"
Runat="Server"> </asp:textbox>
</td>
<td width="*"> </td>
</tr>
</table>

When I display the text in TextBox1. If the text is long, the textbox
automatically resizes to display whole string and pushes everything on the
right to the right.
I don't want this, is there a way to stop it from expanding beyond its
allocated space?

Any help is greatly appreciated.
Thanks,
Calvin

Mar 20 '06 #1
2 3385
Calvin:

If you use relative resizing you cannot cap the maximum width of the
textbox. The best you can do is to optimize the display to a particular
resolution and inform the users of your application that “it is best viewed
with” that particular resolution. You can also have some server-side code
that verifies the size of the data fields that will populate the textbox and
then adjust the textbox width accordingly.
--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"Calvin KD" wrote:
Hi everyone,
I have a number of textboxes, lined up in a html table. I have split the
table into different columns. The column widths are all relative, that is, %
rather pixels or points so that it can grow / shrink.
The textboxes are then placed into table cells and have their widths to be
100% of the width of their container (table cells).
Example
<table id="Table1" width="100%" ....>
<tr>
<td width="20%">Fir st Label column</td>
<td width="15%">
<asp:textbox id="TextBox1" Width="100%"
Runat="Server"> </asp:textbox>
</td>
<td width="20%">Sec ond Label column</td>
<td width="15%">
<asp:textbox id="TextBox2" Width="100%"
Runat="Server"> </asp:textbox>
</td>
<td width="*"> </td>
</tr>
</table>

When I display the text in TextBox1. If the text is long, the textbox
automatically resizes to display whole string and pushes everything on the
right to the right.
I don't want this, is there a way to stop it from expanding beyond its
allocated space?

Any help is greatly appreciated.
Thanks,
Calvin

Mar 21 '06 #2
Thanks for your response Phillip. I was hoping for a more favourable solution
but i guess we've reached its limitation.

Cheers,
Calvin

"Phillip Williams" wrote:
Calvin:

If you use relative resizing you cannot cap the maximum width of the
textbox. The best you can do is to optimize the display to a particular
resolution and inform the users of your application that “it is best viewed
with” that particular resolution. You can also have some server-side code
that verifies the size of the data fields that will populate the textbox and
then adjust the textbox width accordingly.
--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"Calvin KD" wrote:
Hi everyone,
I have a number of textboxes, lined up in a html table. I have split the
table into different columns. The column widths are all relative, that is, %
rather pixels or points so that it can grow / shrink.
The textboxes are then placed into table cells and have their widths to be
100% of the width of their container (table cells).
Example
<table id="Table1" width="100%" ....>
<tr>
<td width="20%">Fir st Label column</td>
<td width="15%">
<asp:textbox id="TextBox1" Width="100%"
Runat="Server"> </asp:textbox>
</td>
<td width="20%">Sec ond Label column</td>
<td width="15%">
<asp:textbox id="TextBox2" Width="100%"
Runat="Server"> </asp:textbox>
</td>
<td width="*"> </td>
</tr>
</table>

When I display the text in TextBox1. If the text is long, the textbox
automatically resizes to display whole string and pushes everything on the
right to the right.
I don't want this, is there a way to stop it from expanding beyond its
allocated space?

Any help is greatly appreciated.
Thanks,
Calvin

Mar 21 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2843
by: elein | last post by:
Yes, I vacuumed. Reproduced on both 7.3.2 and 7.5. Brain dead java beans want order by clauses in views that they use. my view is: select .... from bigtable b left join lookuptable l order by bigkey desc;
1
2257
by: kowndinya | last post by:
Hai, Is there any way to limit the input data to the width of of the textbox itself. I don't want scroll data when user keyins. I don't want to use Max length concept because some times user may change font size, hence the number of characters may change. The reason is, i want to print this form with these textboxes after data entry If i enter the text more than my text box width, i can't get all the data in my output. thanks Raj
2
3125
by: Terry | last post by:
Hi, i want to limit input in this textbox up to 2O characters, but i can input a unlimited amount of characters. How to limit that? <asp:TextBox ID="txtStreet" runat="server" Width="200px" MaxLength="20" rows="2" TextMode="MultiLine"/> Thanks
0
2399
by: Jacob Donajkowski | last post by:
Once the user logs in I want to have the users switch from the Roster View to the Profile View and enter their profile infomation and save it. Then the next time they login and go to the Profile View I want the form populated from there profile on the sql server. The code to save the profile works fine. But when the user logs back in they data doesn't load back to the form. The multiview is located inside the LoginView's Logged-In View ....
0
8989
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8828
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9243
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2213
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.