Hello,
I am trying to add
in vb code. Strangely the solution builds but when i run my code i get 'Object reference not set to an instance of an object.' error.
i have searched extensively on internet but couldn't see what's going wrong. Solution builds alright but it errors out while running on same line of code.
Any help will be appreciated
Regards
Jay
I am trying to add
Code:
Page.Header.Controls.Add(New LiteralControl("<link href='../CSS/test.css' rel='stylesheet' type='text/css' />"))
i have searched extensively on internet but couldn't see what's going wrong. Solution builds alright but it errors out while running on same line of code.
Any help will be appreciated
Regards
Jay
Comment