Re: cell.VerticalAlign

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 02/16/04


Date: Mon, 16 Feb 2004 10:29:05 -0600

Try either
a) using the full namespace for "top" or
b) use the .Attributes["valign"] = "top";

-- 
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Dionísio Monteiro" <dio@sensoria.pt> wrote in message
news:OnLU2fK9DHA.2640@TK2MSFTNGP10.phx.gbl...
> Hi there,
>
> I was trying to define the VerticalAlign property of a cell
> (programatically) but it doesn't work.
> This is the code that seemed logical:
>
> TableCell cell = new TableCell();
> cell.VerticalAlign = "Top";
>
> It doesn't work! How can I do it?
>
> Now that I'm here, is it possible to create programatically the equivalent
> to the HTML lists (<UL> tags) like it is possible to create a table a row
or
> a cell (shown above)?
>
> Thank you!
> dio
>
>


Relevant Pages

  • Re: cell clicked on webcontrol datagrid
    ... dont know if you can get that with a datagrid. ... "EMW" wrote in message ... > No,I need to know the cell. ... >> Curt Christianson ...
    (microsoft.public.dotnet.framework.aspnet)
  • cell.VerticalAlign
    ... I was trying to define the VerticalAlign property of a cell ... TableCell cell = new TableCell; ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cell clicked on webcontrol datagrid
    ... Curt Christianson ... Blog: http://blog.Darkfalz.com ... "EMW" wrote in message ... > How can I detect on which cell the user has clicked on a datagrid ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cell clicked on webcontrol datagrid
    ... No,I need to know the cell. ... > row is easily available but is that suffiicient? ... > Curt Christianson ... >> webcontrol? ...
    (microsoft.public.dotnet.framework.aspnet)