What executable unit gets created when we build an ASP.Net application ?
A. . EXE
B. . COM
C. . DLL
D. None of the above
A. 10 sec
B. 20 sec
C. 20 min
D. 40 min
A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output
A. Set the ClientTarget property to Downlevel
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#
A. Response.Output.Write()
B. Response.Write()
C. Both A and B
D. None of these
A. Use the ImageMap control and randomly select a HotSpot to show or hide.
B. Use the AdServer control and create an XML file with configuration of the control.
C. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.
D. Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.
A. .Aspx
B. .Asmx
C. .Ascx
D. None of these