Answer Posted / anjali
asp is case sensitive where as html is not case sensitive
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
When was asp released?
How many global.asa files can an application have in asp?
what is page
What is the difference between a namespace and an assembly name?
What happens to a html page?
Explain the different types of session state management options available with asp.net?
What is msmq? What is n-tier system?
What is aspx cs file?
What is the difference between razor and aspx view engine?
What are the advantages of asp?
Explain how can you overload a method?
Define a variable in asp?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5
Write a program in asp to find out the leap year. [Accept the year from the user ]