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 / 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 |
How Web Service help? What is the difference between Remoting & Web Servcies?
Why do we need asp.net?
How many types of cache are there?
Is asp.net easy to learn?
What is razor? : asp.net mvc
What is the use of sessionstate tag in the web.config file?
In which interface the template of any control like Gridview would Initiate?
What is an asp.net web form?
What are Session states available and its Uses?
What is cookies in asp net?
What is the difference between a default skin and a named skin?
What is the main use of Response.Output.Write()?