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

What do you mean by serialize?

0 Answers  


Which method do you use to enforce garbage collection in .net?

0 Answers  


Where do you store the information about the user?s locale?

2 Answers  


How do you define authentication in Web.Config?

2 Answers   Patni,


What is the difference between asp.net and mvc?

0 Answers  






Which tools of web site Administartion tool do you use to manage user,roles and rules?

2 Answers  


Where do you store the information about the user?s locale?

1 Answers  


How long should a session id be?

0 Answers  


What are the different types of sessions in asp.net? Name them?

0 Answers  


what is caching

3 Answers  


Can you please anyone explain in detailed Webservices concepts in Asp.net?

1 Answers  


Which two new properties are added in asp.net 4.0 page class?

0 Answers  


Categories