What is protected configuration?
What is skin in asp.net?
What is globalization and localization in asp net?
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
Less than one page, how many windows will you be able to maintain?
What is ISAPI?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are demand-paging and pre-paging?
How many types of sessions are there?
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?
What is a windows service?
What is session tracking & methods?