472,331 Members | 1,637 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 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 1902
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 ...
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...
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...
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: ...
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: ...
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...
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...
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...
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...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

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.