I'm new to asp.net
If I put a <script></script> tag above the </body> tag in my master page, is there a way to only have that block of code render / be sent to the client IF item.aspx is loaded? And if products.aspx or default.aspx is loaded have that <script></script> block NOT render?
Is that what conditional rendering is?









Bookmarks