Saved Bookmarks
| 1. |
Can Two Different Programming Languages Be Mixed In A Single Aspx File? |
|
Answer» No. ASP.NET uses parsers to STRIP the code from ASPX FILES and copy it to temporary files CONTAINING derived PAGE classes, and a given parser understands only one language. No. ASP.NET uses parsers to strip the code from ASPX files and copy it to temporary files containing derived Page classes, and a given parser understands only one language. |
|