L
Leon
In asp.net, the variable can be defined embeded within page itself
such as <% dim ID %> and used within page by put it into <%= %>.
Also, variable can be defned and used in behind code. Could you tell
me what different of this two type of location variable ? can I one
define only location but use it for two? For example, define it within
behind code.
Thank you very much
such as <% dim ID %> and used within page by put it into <%= %>.
Also, variable can be defned and used in behind code. Could you tell
me what different of this two type of location variable ? can I one
define only location but use it for two? For example, define it within
behind code.
Thank you very much