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
IP Forwarding? XP as router? Static Route? Test LAN setup before branch office rollout.
Getting UnsatisfiedLinkError in WAS 6.1 when using -javaagent:[jar path] as VM Parameter
Smarthost on Send mail
Expanding NSS volume
INETCFG setup
Novell 4.83 Serious login issue
0x4 error after running xcopy as a scheduled task on a Windows Server 2003 machine
Win98 cannot ping WinXP
When does session gets created
DNS resolves some URLs to 127.0.0.1, help me I'm in Afghanistan.