Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim strcon As String
strcon = "Server=(local),integrated Security = sspi;database=pubs"
Dim C1 As New SqlClass
strcon = C1.Strcon
Dim DA As New SqlDataAdapter("Select * from pubs", strcon)
Dim DS As New dataset ' มีError ที่จุดนี้ครับ
Label1.Text = strcon
DA.Fill(DS)
GridView1.DataSource = DS
GridView1.DataBind()
End Sub
2. บางครั้งเวลารันโปรแกรม มี Error ต้องถอดสายแลนที่ต่อ internet ออกก่อน จึงรันผ่าน เป็นเพราะอะไรไม่ทราบครับ
Server Error in '/WebSitenoon' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /WebSitenoon/Default.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433