Edit, Update, Cancel, Gridview in MS Visual Studio 2008

anon1m0us

New member
Joined
Oct 27, 2010
Messages
1
Programming Experience
Beginner
I am using MS Visual Studio to create a website that connects to a sql DB.

I used the web form to create a gridview and a Datasource. It works great.

Now, I want a user to be able to click on edit on a row and edit/update information backinto SQL.

I do NOT want to code, besides the basic query. Can this be done via visual studio?

Visual Studio has a button to edit. In the datasource I created a query that occurs when a field is updated. But when I test it I receive an error that nvarchar is invalid.

Like I said, all this was done via GUI. Am I missing something?
 
Back
Top