![]() |
|
|||
|
1. How to manage pagination in a page?
2. Where do you store the information about the user’s locale? 3. What is ADO .NET and what is difference between ADO and ADO.NET? 4. What’s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"? 5. What’s a bubbled event? |
|
|||
|
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.
__________________
Contract Jobs, Telecommuting and Part time, SAP, Oracle, Java, VB in India |
![]() |
| Thread Tools | |
| Display Modes | |
|
|