Hello, I am sorry, but I am not a programmer and thus have no abilities in languages like php or aspx. I have a site which is not mine that I want to edit. I just want to add new content to the site but all this aspx code drives me mad. There is no editor like an html editor that can show you the changes you made. Or is there something like an editor where you can acctually see the results of any changes made to a page. Someone told me that I can also add new pages using .html. What if a database is used (a search query) that is written in aspx? Can I integrate the database although the page is an html page? Any help in this area would be appreciated. Thanks a lot.
An .aspx file is the same as a .asp just a different extension. Is the file in vbscript? IM me at and i will see if I can help.
An .aspx file extension is associated with .NET web forms. Specifically, ASP.NET technologies. You can edit the file in a text editor (crude) or use the Visual Studio IDE to edit the file(s). You can download a free Express version at: http://www.microsoft.com/Express/. Good luck!