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
What is difference between session and application in asp net?
Do cookies store passwords?
What is asp net objects?
Which asp.net objects encapsulate the state of the client and the browser?
Define caching.
Define web.config in .net?
Define the term Scavenging in Caching?
List the advantages and disadvantages of user control an custom control?
What is page request in asp.net?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is a url string?
Explain the difference between Web Garden and Web Farm?
What is the difference between custom web user control and a custom web server control?
how to write html code with ssl