What are directives in asp.net?
Name the tools or API for developing or testing web api?
What are the ways of preserving data on a Web Form in ASP.NET?
How does a web application session work?
In which event of page cycle is the viewstate available?
Difference between Dataset and DataReader ?
4 Answers Accenture, BirlaSoft, Infosys, Microsoft, Techseol,
True or False: To test a Web service you must create a windows application or Web application to consume this service?
What is cas?
How do we invoke queries from the application?
What is an axd file?
Is there any alternative to avoid name collisions other then Namespaces?
What Are Different Types of Debbugers
2 Answers Accenture, TCS, Wipro,
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