Update a gridview row without edit
-
Hi! I work with C # I want update my columns in my GridView without going through edit : for each row I click update button to update the line how? Thank you.
I am not sure what you want. How can you update with out editing? If you want to read from updated data then you can do it, but someone has to update the data somehow in the first place.
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
I am not sure what you want. How can you update with out editing? If you want to read from updated data then you can do it, but someone has to update the data somehow in the first place.
Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
-
Hi! I work with C # I want update my columns in my GridView without going through edit : for each row I click update button to update the line how? Thank you.
Hi, when you are projecting data to gridview ,pass the column id also (ex:if you projecting user info to gridview,then you can pass the user id also as invisble to end user) and by using that id at the runtime you can update the particular row...