Can I directly Save data to sqlserver 2005 using gridview in frontend?
How?
Hi,
Yes it is possible if you use DataSource control provided in Visual Studio 2005. You don't have to write a single line of code for adding, deleting, updating. All you need it to configure datasource select tables and make queries through the wizard.
Hope it will work
Thanks and best regards,
|||You can't directly insert data to sqlserver 2005 using gridview.
DetailsView can suit your need.
Here is am example:http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/detailsview.aspx
No comments:
Post a Comment