Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
how to select only modified fields in asp.net with c#


What I have tried:

how to select only modified fields in asp.net with c#
Posted
Updated 20-Jul-16 2:24am
Comments
deepankarbhatnagar 20-Jul-16 7:19am    
What you have tried ?? Please explain your query..
Karthik_Mahalingam 20-Jul-16 12:08pm    
do you mean the textbox?

1 solution

First off, your question is very short and you could not use proper punctuation or even full spelling. This is considered disrespectful and immature.

However, you need to write code to do this, there is no magical built-in way. If you are using DataAdapters they have do a way to get before and after data depending on how you use. You can also store the previous values into an array in javascript and then parse it to see what has changed.

It will take a bit of work to do.
 
Share this answer
 

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