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
Describe the difference between inline and code behind - which is best in?
Differentiate between a page theme and a global theme?
What is synchronous and Asynchronous post back ?
How can you register a custom server control to a web page?
What is the difference between “Web.config” and “Machine.Config”?
Who generates session id?
What do you understand from custom control?
What is difference between session and viewstate?
What is the use of HttpHandlers? When to use this?
What is the function of new view engine in asp.net? : asp.net mvc
What is mta?
Is it possible to change the index of primary key on table?
What are the different types of cookies in asp.net?
What is data cache in sql server?
Write a code snippet to implement the indentation in json in web api.