____________ tests make sure that new code does not break existing code?
A. Integration tests
B. Regression tests
C. Load test
D. Unit tests
____________ tests make sure that new code does not break existing code? Read More »
ASP.net A. Integration tests
B. Regression tests
C. Load test
D. Unit tests
____________ tests make sure that new code does not break existing code? Read More »
ASP.net A. Request.QueryString
B. Response.writeln
C. Response.write
D. Request.Form
How do you get information from a form that is submitted using the “post” method ? Read More »
ASP.net A. Output Caching
B. DataCaching
C. Both A and B
D. None of these
Caching type supported by ASP.Net ? Read More »
ASP.net A. Adds HTTP Headers to output stream
B. Adds Tag to rendered Page
C. Add Headers to the web site
D. None of the above
What is the significance of Response.AddHeaders( ) ? Read More »
ASP.net A. Avoid page to be cached
B. Clears the buffer area
C. The session expires
D. None of the Above
A. Cross Page Posting
B. Code-front
C. Theme
D. None of the above
A. Response.Write(Version.ToString() );
B. Response.Write(System.Version.ToString() );
C. Response.Write(System.Environment.Version.ToString() );
D. not possible
How to find out what version of ASP.NET I am using on my machine ? Read More »
ASP.net 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. The GridView control
B. The DetailsView control
C. The FormView control
D. The Table control
A. Response.Output.Write()
B. Response.Write()
C. Both A and B
D. None of these
Which of the following allow writing formatted output ? Read More »
ASP.net