This is a migrated thread and some comments may be shown as answers.

How to add aditional information to database using gridview while insert, update data?

0 Answers 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
chomnit chouy
Top achievements
Rank 1
chomnit chouy asked on 05 Oct 2011, 09:17 AM
Hi!
I'm new in silverlight.

I use gridview to insert, update data in my database example i have a table name Country(ID, Name, CreateBy, CreateDate, Status), ID is primary key and auto number. I create a Silverlight Business Application, in that application it already built in log in and register user already, so what i do is i register a user then log in to the application in the silverlight page i have a gridview which set ShowInsertRow ="True" and for the column of the gridview i show only 1 column, Name. i can insert do modification on the data grid then click save button then all the data save in to the database. but i don't know how to insert the username that i catch to the specific row i modified.

Please kindly help me on this.

Thank & regards,

No answers yet. Maybe you can help?

Tags
GridView
Asked by
chomnit chouy
Top achievements
Rank 1
Share this question
or