I've already posted question about gridview over gridview problem, one member suggested watching tutorial and I did. The instructions are well done also but my "insider gridview" doesn't appear in my "outsider" gridview. Where did I go wrong?
here's my code in .aspx:
|
*outsider gridview contains: Job_No, Assign_Status and column Details(that contains the insider column)
*insider column contains: date_request, Job_type and Job_description
*I'm using C#
*and Ms Sql
thank you in advance :)
Dipa AhujaPosted May 17, 2010, 7:57 AM
CrishPosted May 17, 2010, 12:34 PM
please change both sql datasource ID. It will work fine.
thanks