I opened notepad and type in above code, but browser shown me nothing. Am I miss something?Code:<% @ Page Language = "VB" %> <script runat="server"> sub Page_Load(obj as object, e as eventargs) lblMessage.text = "Welcome to ASP.NET!"; end sub </script> <html><body> <asp: Label id = "lblMessage" runat="server"/> </body></html>




Reply With Quote