Getting info from a Datasource

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Cooney

    #1

    Getting info from a Datasource

    Ok easy one for someone i'm sure.

    I have an SqlDataSource called dsMain and I have a Interger called CatID

    I am trying to get the "fkCatID" value from my dsMain but I keep getting hit
    with New exception. The information is NOT being stored in a datagrid, but
    an HTML table.

    CatID = dsMain.SelectPa rameters.Item(" fkCatID").ToStr ing

    Regards


Working...