|
-
Nov 27th, 2003, 11:29 AM
#1
Thread Starter
Hyperactive Member
Copy Object
How should I copy an object, like a Table or Hyperlink?
e.g. If I create a hyperlink and want to place the same link in various cells using
table.rows(0).cell(0).Controls.add(hyperlink)
It will only appear in the last cell I added it to, so I guess I need to create a new instance + copy?
How?
thanks,
GaZ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|