Microsoft
Software
Hardware
Network
Question : cell span in code behind
How do i make cell span of a table in code behind..I am using asp.ent 3.5
I am creating a table dynamically like
for i = 0 to n
tr=new tablerow
tc=ne tablecell
tc.text = "Hello"
tr.cells.add(tc)
table1.rows.add
next
I want some cells to be spanned.
anthony
Code Snippet:
1:
How
Open in New Window
Select All
Answer : cell span in code behind
you can use
tc.ColumnSpan
or
tc.RowSp
an
dependin
g on which way you want to span it.
Random Solutions
Quick & Easy SSL Issue
Trying to run IIS 7 in 32-bit mode but getting an error
Unknown client DHCP Broadcasts SCOPE FULL
Remove/Delete (MSHOME) Workgoup(s) and prevent it/them from returning
Connect a wireless PC to a domain
How do I identify the source of continuous errors on a network?
Force static IP
How to get vncserver to accept connections by configuring it via the command line ssh (Server is Red Hat)
net send on win98
Allowing permission to a user to install software in a domain