Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hai Sir,
I want to update a single record in gridview.This is based on checkbox. When I checked into the Checkbox the row will come into editable mode then When I click Update button,particular row(only single row/Record) will be updated(Without Using JAVASCRIPT).
I am using Visual Studio 2010 and SQL Server 2008
Thanks in Advance......
Posted
Comments
Thanks7872 11-Jun-15 3:19am    
This is list of requirements. Where is the question?
Kanaparthi Sureshma Reddy 11-Jun-15 4:29am    
How to update Record in the grid view using checkbox?
Thanks7872 11-Jun-15 4:44am    
Its not a question. Question is : You tried something and stuck somewhere. You have not put any effort,so we won't be able to help you.
Sinisa Hajnal 11-Jun-15 6:52am    
But the short answer is: you don't. Everything you want changed client-side will be javascript (either hidden by ASP or your own).

If you're using DataGrid then it happens automagically if you provide EditTemplate...but it is still javascript in the background.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900