Can you tell us exactly why do you want to access script tag from asp.net.
If you want to place some scripts inside your ASP.NET page, then you can
registerscriptblock method of page class. For more details about client side
scripts in ASP.NET, refer this link