India,Desi,Discussion Forum Board Astrology, Jobs

Go Back   India,Desi,Discussion Forum Board Astrology, Jobs > Career and Jobs > Interview Tips and Tricks
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-24-2008, 08:56 AM
bharath bharath is offline
Member
 
Join Date: Mar 2008
Posts: 68
Default .net interview questions

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?
Reply With Quote
  #2 (permalink)  
Old 05-24-2008, 09:45 AM
ram101 ram101 is offline
Senior Member
 
Join Date: Jun 2007
Posts: 263
Default

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.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



AddThis Social Bookmark Button
All times are GMT. The time now is 04:32 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0