How do I refresh a SQLDataSource and reflect the changes in a web grid?

  • Thread starter Thread starter Andrea Raimondi
  • Start date Start date
A

Andrea Raimondi

Hello,

I am using a third party grid to show data, however I guess there has to be
some way for it to "reinitialize"
according to a modified "selectcommand" value.

What I want to do is, basically, have the SqlDataSource refreshed so that my
designed columns match the field names in the data source.

Any hints?

Andrew
 
Back
Top