|
Happy new year ~
Is the synchronization of GridView and DetailsView in the page.
In detail:
There are 4 elements in the same page:
A GridView (showing approximate content)
A DetailsView (edit content, controlled by the primary key id)
They are each bound to a SqlDataSource,
The contents of the GridView are modified using DetailsView. However, it cannot be displayed in time. I have set the EnableCaching = "false" property of the SqlDataSource without caching, and they have not been synchronized.
Is there any good solution?
(For example, such operations as "managing messages" are generally only used by one person. There is no concurrency or high performance requirements. I just want to see the updated content immediately, which is more user-friendly.)
Code: http://kkee.cn/other/WebSite18.rar |
|