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
Wireless network says "Not Connected" even though you are connected.
Domino Names ntf
How to send SMS by AT Commands in PDU Format
Windows cannot query for the list of Group Policy objects . A message that describes the reason for this was previously logged by this policy engine.
convert .p7b certificate to a .pfx
AppleTalk with Windows XP
How to install 2 instances of Tomcat application server 5.5.2
How do I use 3rd party issued Client Certificates in IIS6
tomcat vulnerability finding
Win2k PDC - Logon script to identify Win2k Server, Win2k Pro and WinXP machines