Search
.Management Sciences
Category: ASP.net
If a developer of ASP.NET defines style information in a common location. Then that location is called as_________________?
A. Theme
B. Master Page
C. Customization
D. None of these
What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
A. Hello world
B. Hello
C. C
D. World
Which of the following languages can be used to write server side scripting in ASP.NET?
A. VB
B. C-sharp
C. Both A and B
D. C++
Which of the following allow writing formatted output ?
A. Response.Output.Write()
B. Response.Write()
C. Both A and B
D. None of these
Attribute must be set on a validator control for the validation to work.
A. ValidateControl
B. ControlToValidate
C. ControlToBind
D. Validate
What executable unit gets created when we build an ASP.Net application ?
A. . EXE
B. . COM
C. . DLL
D. None of the above
Which DLL translate XML to SQL in IIS ?
A. SQLIIS.dll
B. LISXML.dll
C. SQLISAPI.dll
D. SQLXML.dll
Mode of storing ASP.NET session_____________?
A. StateServer
B. SQL Server
C. InProc
D. All of the above
The GridView control in ASP.NET has which of the following features ?
A. Automatic paging
B. Automatic data binding
C. Both A and B
D. None of the above
In order to prevent a browser from caching a page which of these xstatements should be written ?
A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore();
D. None of these
Recent Comments