asp.net中使用vb.net和c#,多看msdn。

解决方案 »

  1.   

    呵呵。可以用VB.NET或者c#的语法。你说的我看asp.net中用vb语法写的源代码和asp中间好像是一样的亚!是直接写代码的那种,asp.net可以用Code Behind。就是说可以用服务器段的控件。
      

  2.   

    我的数据库对象为什么报错:???错误信息如下:
    Compilation Error 
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30807: 'Let' and 'Set' assignment statements are no longer supported.Source Error:Line 5:  Dim Recordset1_numRows
    Line 6:  
    Line 7:  Set Recordset1 = Server.CreateObject("ADODB.Recordset")
    Line 8:  Recordset1.ActiveConnection = MM_aspx_STRING
    Line 9:  Recordset1.Source = "SELECT * FROM dbo.MSreplication_options"
     Source File: d:\inetpub\wwwroot\aspx\test.aspx    Line: 7
      

  3.   

    VB.NET可以完全面向对象脱胎换骨了