|
-
October 16th, 2012, 02:24 PM
#2
Re: NullReferenceException was unhandled (passing array of string)
A few possibilities:
1. MF.GetFullMoonDates is returning a string array with one or more null elements
2. The actual control for (TextBox)this.Controls["txtFullMoonDates" + iCount.ToString()] is not found on the form.
Either tb or dtMoonDates[iCount] is null, you need to determine which one, then why.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|