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 are the different session state management options available in asp.net?
What are the navigation ways between pages available in ASP.NET?
What is Pre-Render event in ASP.NET?
Explain the advantages of caching?
Can you explain autopostback?
What is use of Master Page in ASP.NET web pages?
Can I read the hard disk serial # of the client computer using asp.net?
Where is the view state data stored?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is asp.net and its advantages?
What is asp net application object?
What is an asp.net validator? And, mention its types.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are client activated objects and server activated objects?
What are url fragments?