locked
how to change the current data of detailsview RRS feed

  • Question

  • User-1460471841 posted

    I want to make one button and when click this button, the current data shown in detailsview will updated. 

    how to do it?

    SqlDataSource.UpdateCommand = "UPDATE [ProductList] SET [name] = 'AAA' WHERE [product] = @product"
    SqlDataSource.Update()

    I don't know how to write the VB language after "where"

    who can help me about it?

    Friday, August 19, 2016 4:57 AM

Answers