1. 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.
2.System.Web.UI.Page.Culture
3.DO.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.
4.CodeBehind is relevant to Visual Studio.NET only.
5.When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of its constituents.
|