hello,
in my ASP.NET application when i search a record then edit some value in that record. after editing when i click submit button that perticular record is updated in database. i have 150 fields in my table.
Now my question is when i click on button and update query is fired, which columns are affected by that query. i want that column names as result.
how can i do....
thanks.