bhavesh chhatrala


{ City } bangalore
< Country > india
* Profession * student
User No # 1302
Total Questions Posted # 2
Total Answers Posted # 3

Total Answers Posted for My Questions # 18
Total Views for My Questions # 51911

Users Marked my Answers as Correct # 16
Users Marked my Answers as Wrong # 8
Questions / { bhavesh chhatrala }
Questions Answers Category Views Company eMail

What are the two fundamental objects in ADO.NET?

Ksb, TCS,

8 ADO.NET 21580

What's the difference between Dataset.clone and Dataset.copy?

Ksb,

10 ADO.NET 30331




Answers / { bhavesh chhatrala }

Question { HCL, 6284 }

Explain the life cycle of an ASP .NET page


Answer

1)Page_Init
2)Page_load
3)page_prerender
4)page_unload

Is This Answer Correct ?    8 Yes 2 No

Question { 5964 }

How to manage pagination in a page?


Answer

Using pagination option in DataGrid control. We have to set
the number of records for a page, then it takes care of
pagination by itself.

Is This Answer Correct ?    4 Yes 2 No


Question { Ksb, 12362 }

What is ADO .NET and what is difference between ADO and ADO.NET?


Answer

ADO.NET is stateless mechanism. I can treat the ADO.Net as a
separate in-memory database where in I can use relationships
between the tables and select insert and updates to the
database. I can update the actual database as a batch.

Is This Answer Correct ?    4 Yes 4 No