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:55 AM
bharath bharath is offline
Member
 
Join Date: Mar 2008
Posts: 68
Default .net interview questions

1.What methods are fired during the page load?

2.Explain the life cycle of an ASP .NET page

3. When during the page processing cycle is ViewState available?

4. Can the validation be done in the server side? Or this can be done only in the Client side?

5. What namespace does the Web page belong in the .NET Framework class hierarchy?
Reply With Quote
  #2 (permalink)  
Old 05-24-2008, 09:52 AM
ram101 ram101 is offline
Senior Member
 
Join Date: Jun 2007
Posts: 263
Default

1.

Init() - when the page is instantiated
Load() - when the page is loaded into server memory
PreRender() - the brief moment before the page is displayed to the user as HTML
Unload() - when page finishes loading.

3. After the Init() and before the Page_Load(), or OnLoad() for a control.

4.Client side is done by default. Server side validation is also possible. We can switch off the client side and server side can be done.

5.System.Web.UI.Page
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:33 AM.


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