Give the comment tags for the following?
Answer / Abhishek Srivastava
In ASP, comments are created using the REM keyword (for single-line comments) and <%-- for multi-line comments --%>
| Is This Answer Correct ? | 0 Yes | 0 No |
what is SDLC in Software?pl.give proper explaination
what is n tier ?
What are the features of asp?
what is cookies?
How do I view an asp file?
According to dot net is error and exception are same or different?
Name at least two methods of response object other than Transfer.
Name two properties common in every validation control?
Why asp is called active server?
How to make page break in Crystal Report..?
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
Where will you code OPTION EXPLICIT in an ASP application? WHY?