Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
ScriptManager.ScriptResourceMapping.AddDefinition("jquery",
New ScriptResourceDefinition
{
Path = "~/scripts/jquery-1.4.1.min.js",
DebugPath = "~/scripts/jquery-1.4.1.js",
CdnPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.1.min.js",
CdnDebugPath = "http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.1.js"
});
End Sub
ภาพประกอบครับมัน Error อะครับเมื่อก่อนมันอยู่ใน Class Global ที่เป็น C# แต่ที่นี้ผมเปลี่ยนเป็น VB มันเลย Error แบบนี้