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 is session start?

0 Answers  


Can I combine classic asp and asp.net pages?

0 Answers  


What are the Types of chaching. How to implement caching

0 Answers   Microsoft,


What is break mode?

0 Answers  


What are the layouts of ASP.NET Pages?

0 Answers  






Explain the advantages of caching?

0 Answers  


How can I configure asp.net applications that are running on a remote machine?

0 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


What are the advantages of passport authentication?

0 Answers  


Why do we use datasource in asp.net?

0 Answers  


What is asp short for?

0 Answers  


how to stop cookie in particular page using asp.net

2 Answers   CGI,


Categories