02-25-2010, 02:20 AM
Using childobjects on a web page, I have run into an issue.
I have a datagrid with 1 to 100's of rows with a link in the first column. This link is an ID field, so use DP to search the childobjects for HTML TAG = A, Text = IDNumber. This works perfectly until I return more than about 100 records, at that point DP is unable to find the requested object but there is not an error generated. It just ends execution. I am thinking it's an overflow of some type. Is there a limit to using childobjects or something?
Thoughts?
I have a datagrid with 1 to 100's of rows with a link in the first column. This link is an ID field, so use DP to search the childobjects for HTML TAG = A, Text = IDNumber. This works perfectly until I return more than about 100 records, at that point DP is unable to find the requested object but there is not an error generated. It just ends execution. I am thinking it's an overflow of some type. Is there a limit to using childobjects or something?
Thoughts?