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



cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with follo..

Answer / 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

More ASP.NET Interview Questions

How Web Service help? What is the difference between Remoting & Web Servcies?

2 Answers  


Why do we need asp.net?

0 Answers  


How many types of cache are there?

0 Answers  


Is asp.net easy to learn?

0 Answers  


What is razor? : asp.net mvc

0 Answers  


What is the use of sessionstate tag in the web.config file?

2 Answers  


In which interface the template of any control like Gridview would Initiate?

2 Answers  


What is an asp.net web form?

0 Answers  


What are Session states available and its Uses?

2 Answers   iLogic,


What is cookies in asp net?

0 Answers  


What is the difference between a default skin and a named skin?

0 Answers   MindCracker,


What is the main use of Response.Output.Write()?

4 Answers   Siebel,


Categories