Converting UseSql.aspx.cs from C# to VB.NET

  •  10-19-2005, 5:19 PM

    Converting UseSql.aspx.cs from C# to VB.NET

    What would the VB.NET equivalence of this C# line be?

    Editor1.Setting["CuteEditorFileStorageType"]=typeof(SqlFileStorage).AssemblyQualifiedName;
     
    This line comes from the Page_Load routine in the UseSql.aspx.cs file..

    Best Regards,
    Bensch
View Complete Thread