hi Friends,there is one table is sql i.e Employee with 4 fields psno ,empname ,salary ,dob,,so I should write web application to edit that table and to update that table ..
Please Help regarding this..Thanks
hi Friends,there is one table is sql i.e Employee with 4 fields psno ,empname ,salary ,dob,,so I should write web application to edit that table and to update that table ..
Please Help regarding this..Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
TulasiPosted Oct 14, 2011, 6:40 AM
Use ADO.net concepts
1) use ado.net concepts to get data from DB
2) Bind it to Gridview
3) use UpdateCommand,DeleteCommand,EditCommand event
have a look at this link
http://csharpdotnetfreak.blogspot.com/2009/05/gridview-sqldatasource-insert-enew linkdit.html
Sam HobbsPosted Oct 14, 2011, 1:31 PM
Satishchandra TNPosted Oct 14, 2011, 6:54 AM