Thread
:
ASP.NET Data Controls
View Single Post
#
22
(
permalink
)
08-03-2007, 06:22 AM
Venkat
D-Web Master
Join Date: Mar 2007
Posts: 350
Re: Implementation Data Controls in asp.net
Hi
You could trace out the ID of every control in gvr:
foreach (Control ctrlChild in gvr.Controls)
{
Trace.Write("Child Item", ctrlControl.ID);
}
and see what .net thinks is there?
Venkat
View Public Profile
Send a private message to Venkat
Find all posts by Venkat