Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Expert advise needed with a asp edit form

Reply
Thread Tools

Expert advise needed with a asp edit form

 
 
Jack
Guest
Posts: n/a
 
      04-19-2006
Hi,
I got a edit form in a asp application which allows multiple record edit
from the same page. The edit screen works great to a point. I developed this
application on my laptop(15"). However, when I loaded the application on our
test site problem arose. My worstation display screen is 20" one. When I am
loading the same data set through the edit screen, the first row is wrapping
into part of second row and the rest of the display row gets garbled. What is
the best way to avoid this kind of situation? I am anticipating that when the
application goes to production, our clients who would be using this will have
variety of workstation dimensions. Is there any way to get this screen going
independent of the workstation size. Thanks in advance.
 
Reply With Quote
 
 
 
 
Steven Burn
Guest
Posts: n/a
 
      04-19-2006
Add "nowrap" to the TD ;o)

<td nowrap>[content]</td>

If your a "new stuff is best" fanatic then this won't do for you
unfortunately as the W3C edgits have apparently had this deprecated since
4.01, but it works just fine every time I use it .......

http://www.w3schools.com/tags/tag_td.asp

Thankfully I'm not the only one that doesn't see "styles" as the answer to a
non-existent problem .... (I'm not anti-css btw, just don't see a need for
it beyond fonts and borders)

http://www.rantsandraves.co.uk/rant14.html

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jack" <> wrote in message
news:923965CE-182B-41F8-AFF3-...
> Hi,
> I got a edit form in a asp application which allows multiple record edit
> from the same page. The edit screen works great to a point. I developed

this
> application on my laptop(15"). However, when I loaded the application on

our
> test site problem arose. My worstation display screen is 20" one. When I

am
> loading the same data set through the edit screen, the first row is

wrapping
> into part of second row and the rest of the display row gets garbled. What

is
> the best way to avoid this kind of situation? I am anticipating that when

the
> application goes to production, our clients who would be using this will

have
> variety of workstation dimensions. Is there any way to get this screen

going
> independent of the workstation size. Thanks in advance.



 
Reply With Quote
 
 
 
 
Jack
Guest
Posts: n/a
 
      04-19-2006
Thanks for your help. I will check to see how changes will affect the edit
screen.
Regards.

"Steven Burn" wrote:

> Add "nowrap" to the TD ;o)
>
> <td nowrap>[content]</td>
>
> If your a "new stuff is best" fanatic then this won't do for you
> unfortunately as the W3C edgits have apparently had this deprecated since
> 4.01, but it works just fine every time I use it .......
>
> http://www.w3schools.com/tags/tag_td.asp
>
> Thankfully I'm not the only one that doesn't see "styles" as the answer to a
> non-existent problem .... (I'm not anti-css btw, just don't see a need for
> it beyond fonts and borders)
>
> http://www.rantsandraves.co.uk/rant14.html
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> "Jack" <> wrote in message
> news:923965CE-182B-41F8-AFF3-...
> > Hi,
> > I got a edit form in a asp application which allows multiple record edit
> > from the same page. The edit screen works great to a point. I developed

> this
> > application on my laptop(15"). However, when I loaded the application on

> our
> > test site problem arose. My worstation display screen is 20" one. When I

> am
> > loading the same data set through the edit screen, the first row is

> wrapping
> > into part of second row and the rest of the display row gets garbled. What

> is
> > the best way to avoid this kind of situation? I am anticipating that when

> the
> > application goes to production, our clients who would be using this will

> have
> > variety of workstation dimensions. Is there any way to get this screen

> going
> > independent of the workstation size. Thanks in advance.

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Expert help needed - Runtime asp.net form generation Anoop M ASP .Net 1 03-15-2007 03:25 PM
EXPERT advise needed on Movie File Conversion Engines Arawak Computer Support 1 09-09-2005 12:14 AM
Snapshot restraint - edit, edit, edit Alan Browne Digital Photography 24 05-10-2005 10:15 PM
Snapshot restraint - edit, edit, edit Patrick Digital Photography 0 05-06-2005 10:53 PM
Expert advise needed on Lenses! Omega Digital Photography 2 11-13-2003 06:02 AM



Advertisments