Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 9:  			txtMultipler.Text = 4
Line 10: 			ShowTradingStratergy()
Line 11: 			litHeader.Text = "Supertrend indicator based " & StockFulData.StockName & " stock free intraday tips "
Line 12: 			Page.Title = litHeader.Text & " at www.freebsensetips.com"
Line 13: 			Me.Page.MetaDescription = "The SuperTrend Indicator Is an excellent way to identify the existing marketplace trend. The indicator displays an obvious distinction between uptrends And downtrends. When the indicator Is usually smooth And flipping from above to below it demonstrates there Is absolutely no trend currently."

Source File: C:\Inetpub\vhosts\freebsensetips.com\httpdocs\trading-strategy\super_trend.aspx.vb    Line: 11

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   trading_strategy_super_trend.trading_strategy_super_trend_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\freebsensetips.com\httpdocs\trading-strategy\super_trend.aspx.vb:11
   System.Web.UI.Control.OnLoad(EventArgs e) +107
   System.Web.UI.Control.LoadRecursive() +89
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1532


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0