M
Mike
Hello,
I am using dynamically created LinkButtons. When I run the project I get an error message saying "Line: 114, Char: 33, Error: Expected ";", Code: 0......."
The code I am using to create these LinkButtons is:
Dim obj As New LinkButton
obj.Text = "<br>" + a.Description + "<br>"
Me.ucTemplate.addHyperlinkToActivities(obj)
.............
.............
Me.Placeholder1.Controls.Add(obj)
I am also building "Labels" and "Buttons", but am not having the aforementioned error message. Any idea?
Thanks
Michael
I am using dynamically created LinkButtons. When I run the project I get an error message saying "Line: 114, Char: 33, Error: Expected ";", Code: 0......."
The code I am using to create these LinkButtons is:
Dim obj As New LinkButton
obj.Text = "<br>" + a.Description + "<br>"
Me.ucTemplate.addHyperlinkToActivities(obj)
.............
.............
Me.Placeholder1.Controls.Add(obj)
I am also building "Labels" and "Buttons", but am not having the aforementioned error message. Any idea?
Thanks
Michael