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 are the ways to sending the data in ASP.NET page?
In a Repeater control how one can provide an alternating color scheme ?
What language does asp.net use?
What tag do you use to add a hyperlink column to the DataGrid?
What is session tracking & methods?
Differentiate between structure and class.
Explain the life cycle of an ASP .NET page
2 Answers HCL, Surya Software,
When we use cookie less session? Explain its working?
0 Answers Sans Pareil IT Services,
can i use two web.config files of ConnectionString in One Default.aspx page
6 Answers Satyam, Verinon Technology Solutions, Wipro,
How do I open an ashx file?
What is the difference between rest and restful?
Why Global.asax is used?