Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个页面由 5 个不同的带有 texboxes 的用户控件、根据后端表要求的下拉列表和一个提交按钮组成。任务是在没有回发的情况下将字段保存在数据库中,就像更新面板一样,但没有它。每个用户控件都可以在没有回发的情况下执行此操作。我不知道该怎么办...
也许你可以试试 jQuery Ajax。参考这些链接,
http://api.jquery.com/jQuery.post/
使用 PHP 的 jQuery Ajax POST 示例