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
EJB QL Problem
Cannot change Eclipse program arguments for JBoss server
Cisco 7960 to SIP for Broadvoice service
Under which username am I connected to a shared folder?
How to test which outgoing ports are not blocked
Networking questions
Websphere Session Management
Setting up Polycom over a router.
Ip Helper, protocol forwarding and routing related query
Problem creating a VPN tunnel between 2 Cisco PIX firewalls