Have you looked at the QUICKSTARTS?
http://quickstarts.asp.net/QuickStar...atasource.aspx
Seems to me you could set a new connection string and update command. Take a
look at all your control properties and methods to see what it can do for you
- in the documentation for the SqlDataSource control.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"jesusR" wrote:
> Hi all.
> Here is my deal.
>
> I have a sqldatasource that populate an gridview.
>
> I need to saves this data (the data on the sqldatasource) on other
> database, and other server.
>
> Who can i do that????
>
>