Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Tag Used

This is a discussion on Tag Used within the ASP forums, part of the Programming Talk category; What is the tag one can use to delimit ASP.Net code from HTML code? I want to know the syntax ...

  1. #1
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85

    Tag Used

    What is the tag one can use to delimit ASP.Net code from HTML code? I want to know the syntax of the same. Someone give idea on this.


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    145
    The < Script > tag is used for delimiting ASP.Net code from HTML code in your pages. To get an ASP.NET page to run some code, we add a <script runat="server"> tag to specify where the code for this page will be. This <script> tag should go in between the <head> tag at the beginning of the file.


Latest Article

Network Security Risk Assessment and Measurement

Read More...