Where do you store the information about the user’s locale? »
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
System.Web.UI.Page.Culture
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Recent ArticlesBy admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
System.Web.UI.Page.Culture
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
System.Web.UI.Page
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
After the Init() and before the Page_Load(), or OnLoad() for a control.
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
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.
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
Response.Output.Write() allows you to write formatted output.
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical | 0 Comments
inetinfo.exe is the Microsoft IIS server running, handling ASP. NET requests among other things. When an ASP. NET request is received (usually a file with .aspx extension), the ISAPI filter aspnet_isapi.dll takes care of it by passing the request to the actual worker process aspnet_wp.exe.