querystring

  1. K

    Question help me with oracle connectivity..

    I get the following error when this code is executed Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim myConnection As New OracleClient.OracleConnection("Data Source=karthi;User ID=scott;Password=tiger") Dim...
  2. L

    Request.Querystring Problems

    I'm using request.Querystring to redirect the user back to the original page after logging in. The querystring redirects them back to the orginal page, but the login session is not updating, so it redirects back to the login page. I tried a link that will go to that page, and when the link is...
Back
Top