0
4

1 回答 1

1

Visual Studio 没有启动,而是从内存中启动,如下所示:

dim c2 as new TableCell
dim link as new Hyperlink

'set properties on hyperlink -- i think the two you will care about are navigateUrl and Text
link.Text = "Edit"
link.NavigateUrl = "whatever"

c2.Controls.Add(link)
row.Cells.Add(c2)
于 2013-07-11T17:30:39.413 回答