Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 19th, 2009, 03:13 AM
Authorized User
 
Join Date: Jun 2009
Posts: 18
Thanks: 1
Thanked 0 Times in 0 Posts
Default System.NullReferenceException

Hi,guys,
can anybody help me?
I tried to set value to the repeater's childcontrol in the Repeater1_ItemDataBound event,but always get "System.NullReferenceException" error.
Code:
Label searchkey = ((Label)e.Item.FindControl("searchkey")) as Label;
searchkey.Text = nestedRec["searchkey"].ToString();
Label count = ((Label)e.Item.FindControl("consultcount")) as Label;
count.Text = nestedRec["consultcount"].ToString();
break;





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: System.NullReferenceException cive1em BOOK: Professional DotNetNuke Module Programming ISBN: 978-0-470-17116-5 2 October 13th, 2009 08:31 AM
System.NullReferenceException in the EditUser View... philthy BOOK: ASP.NET MVC Website Programming Problem Design Solution ISBN: 9780470410950 6 July 27th, 2009 01:19 PM
System.NullReferenceException JayLou BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 1 April 6th, 2007 12:55 PM
System.NullReferenceException m_rajib74 C# 0 March 5th, 2007 04:50 AM
System.NullReferenceException lwheless BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 September 24th, 2006 05:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.