-
-
Which of the following is true ?
Skill/Topic: BeginnerA) IsPostBack is a method of System.UI.Web.Page classB) IsPostBack is a method of System.Web.UI.Page classC) IsPostBack is a readonly property of System.Web.UI.Page class
-
Focus
Use of Focus() method in asp.net
-
A web application running on multiple servers is called as
Skill/Topic: BeginnerA) WebFormB) WebfarmC) Website
-
What must be done before you can consume a web service?
Build a proxy library by using the wsdl.exe utility
-
Web service as non-web serviced component
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .net component
-
ASMX web service and WCF web service
What is the difference between ASMX web service and WCF web service? How is WCF better than ASMX?
-
Web Controls Supports CSS
Skill/Topic: IntermediateA) TrueB) False
-
-
Windows Authentication
What object is attached by the current request if one uses Windows authentication?
-
Repeater Control
What is the use of repeater control?
-
ADRotator Control
What is the use of adrotater control?
-
Open New Page
How to open a new page while clicked on link?
-
Link Button and Hyperlink
What is difference between link button and hyperlink?
-
Session Object classes are defined in which of the following namespace?
Skill/Topic: IntermediateA) System.Web.UIB) System.Web.SessionStateC) System.Web
-
-
-
Retrieve Value from DataSet
How to retrieve the third table value from the data set?
Where is the default Session data is stored in ASP.Net
Skill/Topic: IntermediateA) InProcessB) StateServerC) SQL ServerD) All of the above
Ans