cr8 2 datatables into one dataset DYNAMICALLY (no backend
database used like sql,etc.,) with following columns
1st datatable with columns
studentNo studentName Deptno
2nd datatable with columns
Deptno DeptName DeptAddress
add data to both the tables Dynamically
and merge these tables into one table and display it in
Grid view
as
studentNo studentName Deptno DeptName DeptAddress
Answer Posted / sumesh s.g
"GOS IS LOVE"
..Happy coding..
Using "Datarelation class" we can relate these table
using 'Deptno' in these two table.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
From which base class all web forms are inherited?
How can we register exception filter globally?
What is autopostback true?
What is asp.net futures?
Explain State management in asp.net
Explain how cookies work.
Where is http session stored?
Differentiate globalization and localization.
What are web server controls in asp.net?
What is viewstate in asp net with example?
Why do we need Sessions?
How long do session variables last?
What is global.asax file used for?
What are the server controls in asp.net?
What is the concept of postback in asp.net?