473,406 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Extra Space in Cells

Using ASP.net 1.1 to create user input form.

When I put a RequiredFieldValidator I have extra space at the bottom of the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes away.
Don't want that extra space, but want the validator.

What can I do?

Jun 26 '07 #1
8 1981
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
Using ASP.net 1.1 to create user input form.

When I put a RequiredFieldValidator I have extra space at the bottom of the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes away.
Don't want that extra space, but want the validator.

What can I do?
what does the client side source code show?

Jun 27 '07 #2
Sorry to be dumb, but what do you mean by "client side source code"?


"jufemaiz: jc" <eu*******@gmail.comwrote in message
news:11**********************@e16g2000pri.googlegr oups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
>Using ASP.net 1.1 to create user input form.

When I put a RequiredFieldValidator I have extra space at the bottom of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes away.
Don't want that extra space, but want the validator.

What can I do?

what does the client side source code show?

Jun 27 '07 #3
On Jun 27, 10:44 am, "dancer" <dan...@microsoft.comwrote:
Sorry to be dumb, but what do you mean by "client side source code"?

"jufemaiz: jc" <euphem...@gmail.comwrote in message

news:11**********************@e16g2000pri.googlegr oups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
Using ASP.net 1.1 to create user input form.
When I put a RequiredFieldValidator I have extra space at the bottom of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes away.
Don't want that extra space, but want the validator.
What can I do?
what does the client side source code show?
the code that is seen on the client side (as in what the browser
shows)...

You using Firefox or IE or Opera or Safari? (Try Firefox with web
developer + firebug for one of the best client side developer
environments available)

Jun 27 '07 #4
I don't have any client side source code. It is all in Server side.
"jufemaiz: jc" <eu*******@gmail.comwrote in message
news:11**********************@e16g2000pri.googlegr oups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
>Using ASP.net 1.1 to create user input form.

When I put a RequiredFieldValidator I have extra space at the bottom of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes away.
Don't want that extra space, but want the validator.

What can I do?

what does the client side source code show?

Jun 27 '07 #5
On Jun 27, 10:54 am, "dancer" <dan...@microsoft.comwrote:
I don't have any client side source code. It is all in Server side.

"jufemaiz: jc" <euphem...@gmail.comwrote in message

news:11**********************@e16g2000pri.googlegr oups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
Using ASP.net 1.1 to create user input form.
When I put a RequiredFieldValidator I have extra space at the bottom of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes away.
Don't want that extra space, but want the validator.
What can I do?
what does the client side source code show?
then how do you know there's additional space when output?

I hope you're not relying on the "WYSIWYG" because there's nothing out
there that renders properly across all the browsers (best to test
properly)

Jun 27 '07 #6
I know that there is extra space because when I run it I see the extra
space.
I am testing on my computer with iis.
It seems to reserve space for the text I put in as the error message in the
Required Field Validator.
Is there a way NOT to reserve that space, and have it expand only if the
error occurs?
"jufemaiz: jc" <eu*******@gmail.comwrote in message
news:11**********************@o11g2000prd.googlegr oups.com...
On Jun 27, 10:54 am, "dancer" <dan...@microsoft.comwrote:
>I don't have any client side source code. It is all in Server side.

"jufemaiz: jc" <euphem...@gmail.comwrote in message

news:11**********************@e16g2000pri.googleg roups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
Using ASP.net 1.1 to create user input form.
>When I put a RequiredFieldValidator I have extra space at the bottom
of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes
away.
Don't want that extra space, but want the validator.
>What can I do?
what does the client side source code show?

then how do you know there's additional space when output?

I hope you're not relying on the "WYSIWYG" because there's nothing out
there that renders properly across all the browsers (best to test
properly)

Jun 27 '07 #7
On Jun 27, 11:13 am, "dancer" <dan...@microsoft.comwrote:
I know that there is extra space because when I run it I see the extra
space.
I am testing on my computer with iis.
It seems to reserve space for the text I put in as the error message in the
Required Field Validator.
Is there a way NOT to reserve that space, and have it expand only if the
error occurs?

"jufemaiz: jc" <euphem...@gmail.comwrote in message

news:11**********************@o11g2000prd.googlegr oups.com...
On Jun 27, 10:54 am, "dancer" <dan...@microsoft.comwrote:
I don't have any client side source code. It is all in Server side.
"jufemaiz: jc" <euphem...@gmail.comwrote in message
>news:11**********************@e16g2000pri.googleg roups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
Using ASP.net 1.1 to create user input form.
When I put a RequiredFieldValidator I have extra space at the bottom
of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes
away.
Don't want that extra space, but want the validator.
What can I do?
what does the client side source code show?
then how do you know there's additional space when output?
I hope you're not relying on the "WYSIWYG" because there's nothing out
there that renders properly across all the browsers (best to test
properly)
ok, I'm starting to understand what you are saying. You *are* viewing
this extra space in a web browser, right (as in the page is being
served up by the IIS server).

Do you have any control over the output of the field validator (ie:
can you wrap it in your own elements?). Screenshot it somewhere, or
post the x/html source for the page being served, it'll give me a far
better clue of what's happening.

Jun 27 '07 #8
I found it. Display =Dynamic collapses the space reserved.
"jufemaiz: jc" <eu*******@gmail.comwrote in message
news:11*********************@m37g2000prh.googlegro ups.com...
On Jun 27, 11:13 am, "dancer" <dan...@microsoft.comwrote:
>I know that there is extra space because when I run it I see the extra
space.
I am testing on my computer with iis.
It seems to reserve space for the text I put in as the error message in
the
Required Field Validator.
Is there a way NOT to reserve that space, and have it expand only if the
error occurs?

"jufemaiz: jc" <euphem...@gmail.comwrote in message

news:11**********************@o11g2000prd.googleg roups.com...
On Jun 27, 10:54 am, "dancer" <dan...@microsoft.comwrote:
I don't have any client side source code. It is all in Server side.
>"jufemaiz: jc" <euphem...@gmail.comwrote in message
>>news:11**********************@e16g2000pri.google groups.com...
On Jun 27, 9:30 am, "dancer" <dan...@microsoft.comwrote:
Using ASP.net 1.1 to create user input form.
>When I put a RequiredFieldValidator I have extra space at the
bottom
of
the
cell, as if I had put a <br>.
When I comment out the RequiredFieldValidator, the extra space goes
away.
Don't want that extra space, but want the validator.
>What can I do?
what does the client side source code show?
then how do you know there's additional space when output?
I hope you're not relying on the "WYSIWYG" because there's nothing out
there that renders properly across all the browsers (best to test
properly)

ok, I'm starting to understand what you are saying. You *are* viewing
this extra space in a web browser, right (as in the page is being
served up by the IIS server).

Do you have any control over the output of the field validator (ie:
can you wrap it in your own elements?). Screenshot it somewhere, or
post the x/html source for the page being served, it'll give me a far
better clue of what's happening.

Jun 27 '07 #9

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

Similar topics

5
by: Brian | last post by:
Hello group, http://people.umass.edu/btrembla/ (html 4.01/strict) uses a conventional menu marked up as a list, and css http://people.umass.edu/btrembla/css/brian.css...
4
by: Christoph Haas | last post by:
Evening... I'm writing a simple interactive program to maintain a database. The goal was to print "> " at the beginning of the line, wait for user input and then deal with it. Minimal test...
1
by: Matt Bush | last post by:
Using .NET Framework 1.1 and Visual Studio .NET 2003. Language is VB.NET. When loading an XML String using XMLDocument.LoadXml we are getting an extra space inserted into abbreviated end tags: ...
0
by: Diane Yocom | last post by:
I'm dynamically building a table in the code behind and I'm having a problem with an extra space after the tablerow. The HTML renders like this: <td> <a href="#"><img src="mypicture1.bmp"...
1
by: Benjamin Rutt | last post by:
There has been a problem that has been bugging me for a while for reading input from standard in. Consider the following simple program: #!/usr/bin/env python import sys print 'enter...
11
by: rfox | last post by:
I've built a site using tables for layout, and it looks ok in everything but in IE where it places extra space around the graphics that contain a rollover script. (Please see...
10
by: fleemo17 | last post by:
I have another table layout that looks good in all the browsers I've tested it in *except*, once again, IE on the PC. In IE there's extra space around some of the table cells making up the layout. ...
4
by: alf | last post by:
Hi, I can not find out where the extra space comes from. Run following: import os,sys while 1: print 'Question ]?', if sys.stdin.readline().strip() in ('Y','y'): #do something pass
3
by: adiasu | last post by:
The text in my document contains the right bracket character ]. When the browser displays the text, it seems to add an extra space after the character. For example, if I want to display a]A, the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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 project—planning, coding, testing,...
0
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...

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.