Problem with table

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
 
L

Lucas Tam

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top