SQLDataSource

Discussion in 'Databases' started by BillAndrews, Sep 27, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click


    Dim strMsg As String





    '--- create SQLDataSource


    '--- This is as far as I can get


    '--- SqlDataSource1.DataSourceMode.DataReader()


    '--- I don't understand what happened to the simple recordset





    '--- I want my output to be somthing like this which I have been successful in *.asp


    '--- msgbox rstSimple.fields("ISBN").Value


    '--- msgbox rstSimple.fields("Title").value
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    Not quite sure what you're trying to do aside from have a couple of alert boxes provide you with some values. Could you explain what end result you are trying to produce?

    Winston

    DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page