Saturday, March 31, 2012

table vs table

hey all,

what is the difference between the table on the webform toolbar and the html
table? when would you want to use the webform table control?

thanks,
rodcharI've found that the table web control is create to use at runtime for
generating tables with variable numbers of rows & columns.
I've found that the HTML table control is much friendlier to use at design
time, allowing cells to be added via right click.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"rodchar" <rodchar@.discussions.microsoft.com> wrote in message
news:17004143-15F5-4929-A3EA-48EDD28AF4D3@.microsoft.com...
> hey all,
> what is the difference between the table on the webform toolbar and the
> html
> table? when would you want to use the webform table control?
> thanks,
> rodchar
thanks.

"Steve C. Orr [MVP, MCSD]" wrote:

> I've found that the table web control is create to use at runtime for
> generating tables with variable numbers of rows & columns.
> I've found that the HTML table control is much friendlier to use at design
> time, allowing cells to be added via right click.
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
> "rodchar" <rodchar@.discussions.microsoft.com> wrote in message
> news:17004143-15F5-4929-A3EA-48EDD28AF4D3@.microsoft.com...
> > hey all,
> > what is the difference between the table on the webform toolbar and the
> > html
> > table? when would you want to use the webform table control?
> > thanks,
> > rodchar
>
Hi,

I am using the table from webform toolbar and there is always a space at the
bottom when I placed another table with in the first table. I could eliminate
the space between two tables on top, left and right, but i am not able to
remove the space at bottom. Is there any way to eliminate the space at the
bottom?

Thanks
Kris
--
Kris

"rodchar" wrote:

> thanks.
> "Steve C. Orr [MVP, MCSD]" wrote:
> > I've found that the table web control is create to use at runtime for
> > generating tables with variable numbers of rows & columns.
> > I've found that the HTML table control is much friendlier to use at design
> > time, allowing cells to be added via right click.
> > --
> > I hope this helps,
> > Steve C. Orr, MCSD, MVP
> > http://SteveOrr.net
> > "rodchar" <rodchar@.discussions.microsoft.com> wrote in message
> > news:17004143-15F5-4929-A3EA-48EDD28AF4D3@.microsoft.com...
> > > hey all,
> > > > what is the difference between the table on the webform toolbar and the
> > > html
> > > table? when would you want to use the webform table control?
> > > > thanks,
> > > rodchar
One thing you could try using is CSS. Use

margin-bottom:0px;

to get rid of any extra space below the table. If the table is the last
element on the page, you can also add this to the html BODY tag to get rid
of any extra space that is part of the BODY, if desired. Good Luck!
--
Nathan Sokalski
njsokalski@.hotmail.com
http://www.nathansokalski.com/

"Kris" <Kris@.discussions.microsoft.com> wrote in message
news:76B91E46-392F-4A25-B0D9-D18869939DA2@.microsoft.com...
> Hi,
> I am using the table from webform toolbar and there is always a space at
> the
> bottom when I placed another table with in the first table. I could
> eliminate
> the space between two tables on top, left and right, but i am not able to
> remove the space at bottom. Is there any way to eliminate the space at the
> bottom?
> Thanks
> Kris
> --
> Kris
>
> "rodchar" wrote:
>> thanks.
>>
>> "Steve C. Orr [MVP, MCSD]" wrote:
>>
>> > I've found that the table web control is create to use at runtime for
>> > generating tables with variable numbers of rows & columns.
>> > I've found that the HTML table control is much friendlier to use at
>> > design
>> > time, allowing cells to be added via right click.
>>> > --
>> > I hope this helps,
>> > Steve C. Orr, MCSD, MVP
>> > http://SteveOrr.net
>>>>> > "rodchar" <rodchar@.discussions.microsoft.com> wrote in message
>> > news:17004143-15F5-4929-A3EA-48EDD28AF4D3@.microsoft.com...
>> > > hey all,
>> >> > > what is the difference between the table on the webform toolbar and
>> > > the
>> > > html
>> > > table? when would you want to use the webform table control?
>> >> > > thanks,
>> > > rodchar
>>>

0 comments:

Post a Comment