Click here to Skip to main content
15,887,376 members

Comments by Chirantan Upadhyay (Top 4 by date)

Chirantan Upadhyay 8-Feb-12 8:03am View    
Deleted
you can paste in page load event
Chirantan Upadhyay 8-Feb-12 8:02am View    
Deleted
It's a label placed some where in your aspx page. this will display the name of file
Chirantan Upadhyay 23-Mar-11 7:46am View    
Deleted
Thanks
Chirantan Upadhyay 18-Aug-10 17:12pm View    
please look at your code carefully. initially it looks bad. Dept Table will have DeptNo and Dept name. Employee table will have EmpNo, EmpName and DeptNo. DeptNo will work as Relation "DeptEmp". now traverse Dept Table and get childs by GetChildRows. then add all these values DeptNo,EmpNo, EployeeName in Combined Table (DeptNo,Empno,EmpName).
also there are so many objest so let me know in which line there is error. obviously looks it will be with dt1 or dt2 . because i can't see instance creation using new or adding columns etc.