473,503 Members | 3,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Object reference not set to an instance of an object.

Hello,

I have a user control that contains a datalist and within that a asp label,
as follows:

<asp:DataList ID="dlHomeDetail_Starters" Runat="server" CellPadding="1"
CellSpacing="1" Width="100%" RepeatDirection="Vertical" RepeatColumns="1">
<HeaderTemplate>
<tr class=mainhead vAlign=center>
<td class=away colSpan=5><asp:Label ID="lblGroupName"
Runat="server"></asp:Label></td>
</tr>
<tr class=bg1 align=middle>

In my code behind, in the page load event I am receiving this error "Object
reference not set to an instance of an object" on this line
lblGroupName.Text = "Test".

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

lblGroupName.Text = "Test"

dlHomeDetail_Starters.DataSource =
oFFLLeague.getPlayerStats_TeamSummary(Session("FFL LeagueID"),
Request.Params("week"),
oFFLLeague.getHomeTeamIDFromGameID(Request.Params( "week"),
Request.Params("gid")), "Starters")
dlHomeDetail_Starters.DataBind()

End Sub

Is my problem due to the sequence of events in the webform page load and
that the label is not yet available? I always find understanding the order
of events confusing when using a user control.

Any help is appreciated,
Thanks Chris
Nov 17 '05 #1
2 12655
Usually when you get the error it is because of a type
mismatch. But things that I see in your code are that you
seem to be calling databind without filling your dataset
with a data adapter?
-----Original Message-----
Hello,

I have a user control that contains a datalist and within that a asp label,as follows:

<asp:DataList ID="dlHomeDetail_Starters" Runat="server" CellPadding="1"CellSpacing="1" Width="100%" RepeatDirection="Vertical" RepeatColumns="1"> <HeaderTemplate>
<tr class=mainhead vAlign=center>
<td class=away colSpan=5><asp:Label ID="lblGroupName"
Runat="server"></asp:Label></td>
</tr>
<tr class=bg1 align=middle>

In my code behind, in the page load event I am receiving this error "Objectreference not set to an instance of an object" on this linelblGroupName.Text = "Test".

Private Sub Page_Load(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

lblGroupName.Text = "Test"

dlHomeDetail_Starters.DataSource =
oFFLLeague.getPlayerStats_TeamSummary(Session ("FFLLeagueID"),Request.Params("week"),
oFFLLeague.getHomeTeamIDFromGameID(Request.Params ("week"),
Request.Params("gid")), "Starters")
dlHomeDetail_Starters.DataBind()

End Sub

Is my problem due to the sequence of events in the webform page load andthat the label is not yet available? I always find understanding the orderof events confusing when using a user control.

Any help is appreciated,
Thanks Chris
.

Nov 17 '05 #2
Your data-bound control results in multiple label
controls, not just one.

you need to go through the rows of the resulting control
to find the label you want, or use findControl or any
other number of ways to navigate the control structure.
-----Original Message-----
Hello,

I have a user control that contains a datalist and within that a asp label,as follows:

<asp:DataList ID="dlHomeDetail_Starters" Runat="server" CellPadding="1"CellSpacing="1" Width="100%" RepeatDirection="Vertical" RepeatColumns="1"> <HeaderTemplate>
<tr class=mainhead vAlign=center>
<td class=away colSpan=5><asp:Label ID="lblGroupName"
Runat="server"></asp:Label></td>
</tr>
<tr class=bg1 align=middle>

In my code behind, in the page load event I am receiving this error "Objectreference not set to an instance of an object" on this linelblGroupName.Text = "Test".

Private Sub Page_Load(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here

lblGroupName.Text = "Test"

dlHomeDetail_Starters.DataSource =
oFFLLeague.getPlayerStats_TeamSummary(Session ("FFLLeagueID"),Request.Params("week"),
oFFLLeague.getHomeTeamIDFromGameID(Request.Params ("week"),
Request.Params("gid")), "Starters")
dlHomeDetail_Starters.DataBind()

End Sub

Is my problem due to the sequence of events in the webform page load andthat the label is not yet available? I always find understanding the orderof events confusing when using a user control.

Any help is appreciated,
Thanks Chris
.

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
20271
by: Daniel | last post by:
Hello =) I have an object which contains a method that should execute every x ms. I can use setInterval inside the object construct like this - self.setInterval('ObjectName.methodName()',...
6
22489
by: Martin | last post by:
I'd like to be able to get the name of an object instance from within a call to a method of that same object. Is this at all possible? The example below works by passing in the name of the object...
15
6716
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use...
3
4198
by: Adam | last post by:
We have a web site that uses .vb for the web pages and .cs for a class module. We are getting the error in .NET 2.0 and VS 2005 beta 2. It does work with .NET 1.1. When trying to access a page...
4
1851
by: Luke Matuszewski | last post by:
Here are some questions that i am interested about and wanted to here an explanation/discussion: 1. (general) Is the objectness in JavaScript was supported from the very first version of it (in...
12
5503
by: Andrew Poulos | last post by:
With the following code I can't understand why this.num keeps incrementing each time I create a new instance of Foo. For each instance I'm expecting this.num to alert as 1 but keeps incrementing. ...
6
2467
by: Shailen Sukul | last post by:
Observed a weird behaviour with object references. See code listing below: using System; using System.Collections.Generic; using System.Text; namespace PointerExceptionTest { /*
14
2369
by: Philipp Reif | last post by:
Hi all, I've got a little hole in my head concerning references. Here's what I'm trying to do: I'm calling a function, passing the reference of a business object for editing. The function clones...
3
2753
by: User1014 | last post by:
A global variable is really just a property of the "Global Object", so what does that make a function defined in the global context? A method of the Global Object? ...
2
2621
by: Ralph | last post by:
Hi I don't understand why it's not working: function schedule(imTop){ this.tdImagesTop = imTop; } schedule.prototype.selectEl = function() { alert(this.tdImagesTop);
0
7064
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7315
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
4991
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4665
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1492
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.