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 Server Control Events of ASP.NET?
How can we implement a identity (sql server) call in an asp.net page?
Can we use MSSql as backend in asp.net...if yes then How.?
What is full form of asp.net?
How do I open an ashx file in windows 7?
Explain how cookies work.
What is session in asp.net?
What are the different validators in asp.net?
What is the mvc model?
Can we handle the error and redirect to some pages using web.config?
What are server objects?
Less than one page, how many windows will you be able to maintain?
How to disable disable browser's Back button in asp.net (JavaScript)?
Why and where this web.config file is used?
From which base class all web forms are inherited?