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


Please Help Members By Posting Answers For Below Questions

What is difference between session and application in asp net?

585


Do cookies store passwords?

594


What is asp net objects?

612


Which asp.net objects encapsulate the state of the client and the browser?

676


Define caching.

720






Define web.config in .net?

734


Define the term Scavenging in Caching?

663


List the advantages and disadvantages of user control an custom control?

626


What is page request in asp.net?

623


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

639


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

680


What is a url string?

651


Explain the difference between Web Garden and Web Farm?

650


What is the difference between custom web user control and a custom web server control?

591


how to write html code with ssl

1620