Making it happen
ASP.NET rants
One thing I hate about SqlDataSource + GridView / DetailsView is the lack of partial updates, why the hell do I need to maintain the values for all the fields in a record so they all get updated, it’s a nonsense. Presuming you have user roles, guess what, I can’t hide the fields users aren’t supposed to see as they get NULL’ed in the database when the record is updated
.
| Print article | This entry was posted by andrei on August 22, 2007 at 10:14 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
