473,699 Members | 2,385 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 3379
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
2838
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
2252
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
3121
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
2397
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
9172
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
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
7745
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5869
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
4374
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...
1
3054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2344
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2008
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.