CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dr223

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    2,317

    Re: Error Prompted at RunTime

    Tried;



    Protected Sub btnsubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnsubmit.Click

    Dim strConn As String

    strConn =...
  2. Replies
    7
    Views
    2,317

    Re: Error Prompted at RunTime

    Tried that it gave same error message.

    Even tried to create another string;

    Dim nextconn As New SqlConnection(strConn)

    Then I opened and closed same location as you did in bold.

    Same...
  3. Replies
    7
    Views
    2,317

    Re: Error Prompted at RunTime

    How can you do the first one please
  4. Replies
    7
    Views
    2,317

    Error Prompted at RunTime

    Hi,

    I have the following code;



    Protected Sub btnsubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnsubmit.Click

    Dim strConn As String
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured