Is there any alternative for \[code\]runat ="server"\[/code\] in vb.net code. I am not supposed to use \[code\]runat="server"\[/code\]\[code\]Protected name As String = " "<script language ="VB" runat="server"> Actual code here name&= (DTName.Rows(DRCount)("Client Name").Tostring() & "<br/>")</script><html> <%=name%></html>\[/code\]If I don't use \[code\]runat="server"\[/code\],the code in html does not get displayed.