Re: PLS Help to GET STARTED
Quote:
Originally Posted by rumana
:sick:
Hello,
I have just started doing asp.net
but my first test.aspx is not being showing in the browser.
I have upgraded my system, installed SDK, IE6.0 and using XP--- my browser doesnt recognise <%response.write%>---asp commands it only shows codes in html.... if possible anyone pls help
Thanks
RUMANA
Hi Rumana!
First of all how are you opening the page in the browser? You need to use Http://localhost/your_Folder/test.aspx
Post the content of your test.aspx file ..
I would recommend you go through this tutorial, will give you basic understanding of ASP.Net
http://www.w3schools.com/aspnet/default.asp
Good luck