I have Made a declaration
Protected WithEvents StyleSheetURL As
System.Web.UI.HtmlControls.HtmlControl
and used in Body_load as
StyleSheetURL.Attributes.Add("href",
getStyleSheetPath()),
I have done it in all the pages
but in one of the Pages I am getting an Error
**System.NullReferenceException: Object reference not
set to an instance of an object.**
if I comment this Line and Go further It Gives me the
same error for a response.write too