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 |
What do you mean by serialize?
Which method do you use to enforce garbage collection in .net?
Where do you store the information about the user?s locale?
How do you define authentication in Web.Config?
What is the difference between asp.net and mvc?
Which tools of web site Administartion tool do you use to manage user,roles and rules?
Where do you store the information about the user?s locale?
How long should a session id be?
What are the different types of sessions in asp.net? Name them?
what is caching
Can you please anyone explain in detailed Webservices concepts in Asp.net?
Which two new properties are added in asp.net 4.0 page class?