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
Random Exchange 2007 Cluster questions
trying to manually demote a dc
Ping returns TTL expired in transit??? XP/Pro-sp2
Custom Ring Tones on CCM 4.1(3)
Cannot make computer member of new Win 2003 domain in 2 computer set up
Lotus Notes Version 6.5 vs Version 8.X
DFS on XP workstation seems to be empty.
Cisco LWAPP 1131 Default Password
LCP: timeout sending Config-Request
How to setup a IVR to read LDAP database with asterisk 1.4?