| Author: J Ramesh 29 Aug 2008 | Member Level: Silver | Rating: Points: 5 |
Hi Negar,
Answer for question 1 Try using "Case" statements instead of "if". However "If" clause has more flexibility.
Answer for question 2
You can write asp code in notepad also, just code inside the "<%%>" tags and save the file as ".asp". All you need to do is create a virtual directory and place all the .asp files under it and when you browse use "http://localhost/<foldername if any>/filename.asp" <% 'Type in your ASP Code inside this. %>
regards Ramesh
|