What does the error below mean? Thanks!



"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 300:
Line 301:               ' Add background color to sorted column
Line 302:               SortedColumn.Attributes.Add
("bgcolor","#ffffef")
Line 303:
Line 304:       End If
 

Source File: F:\Paging.aspx.vb    Line: 302 

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of 
an object.]
   PagingCodeBehind.myRepeater_ItemCreated(Object sender, 
RepeaterItemEventArgs e) in F:\Paging.aspx.vb:302
   System.Web.UI.WebControls.Repeater.OnItemCreated
(RepeaterItemEventArgs e) +84
   System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, 
ListItemType itemType, Boolean dataBind, Object dataItem) +92
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean 
useDataSource) +357
   System.Web.UI.WebControls.Repeater.CreateChildControls() +61
   System.Web.UI.Control.EnsureChildControls() +100
   System.Web.UI.WebControls.Repeater.get_Controls() +12
   System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 
+179
   System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 
+311
   System.Web.UI.Control.LoadViewStateRecursive(Object savedState) 
+311
   System.Web.UI.Page.LoadPageViewState() +156
   System.Web.UI.Page.ProcessRequestMain() +439

 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to