is string is a value type or reference type?
Name the browsers that can access asp pages?
What is the Order of precedence for LOGICAL Operators in ASP?
Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same
Name some of the ASP components?
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
how to create overlay on div ?
What are the asp objects?
why and how static variable retain their value after postback form ?
Which is an advantage of application service providers (asps)?
What are the asp components?
How do I administer security for my machine? For an enterprise?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.