Problem with table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
<asp:TableCell BackColor="#000066" ID="tblcell" Width=?/>

can anyone know to add variable ? for the width ?

i had tried width='"' + ? + "'"
when i switch to Design page, error message appear in the control.

how to add variable in the width?

ur help will be appreciated.

best regards,
GL
 
Hi,
<asp:TableCell BackColor="#000066" ID="tblcell" Width=?/>

can anyone know to add variable ? for the width ?

i had tried width='"' + ? + "'"
when i switch to Design page, error message appear in the control.

how to add variable in the width?

I know you can control it in code.

tblCell.width = value here.
 
Back
Top