programming languages Online Quiz - 342
Description: programming languages Online Quiz - 342 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
data check; set old; by id; if first.id and ^last.id; run; We can use the above code for finding the duplicate rows.
If you a variable containing data like,1984,00,1996,1945. Then which will be best option to make SAS read that variable properly(1984,2000,1996,1945)
The interface used by ASP.Net to create Unique Id's?
Select the caching type supported by ASP.Net ?
Select the validation control used for "PatternMatching" ?
Who can access Session state variables
Select the type Processing model that asp.net simulate
Web Controls Supports CSS
Which control supports paging ?
Select the control which does not have any visible interface ?
Which of the following is not a member of Response Object ?
You use Visual Studio .NET to create an application that uses an assembly. The assembly will reside on the client computer when the application is installed. You must ensure that any future applications installed on the same computer can access the assembly. Which two actions should you take? (Each correct answer presents part of the solution.