数据库中如何将viewstate字段改写为长尾词形式?
- 内容介绍
- 文章标签
- 相关推荐
本文共计1053个文字,预计阅读时间需要5分钟。
I have an ASP.NET page with a multiview control. Inside the control, there are numerous textboxes, selects, and dynamically generated tables.
Iveanasp.netpagewhichthereisamultiviewcontrolinside.WithinthecontroltherearemanymaI've an asp.net page which there is a multiview control inside. Within the control there are many many textboxes, selects and dynamically created tables. Therefore, I believe I have to use the viewstate on each postback. However, I'm afraid that the page size will increase and will slow down the reload time. So, I'm thinking to move the viewstate in a database. Is it convenient? Or are there any other ways to overcome this problem.
我有一个asp.net页面里面有一个multiview控件。在控件中有许多文本框,选择和动态创建的表。
本文共计1053个文字,预计阅读时间需要5分钟。
I have an ASP.NET page with a multiview control. Inside the control, there are numerous textboxes, selects, and dynamically generated tables.
Iveanasp.netpagewhichthereisamultiviewcontrolinside.WithinthecontroltherearemanymaI've an asp.net page which there is a multiview control inside. Within the control there are many many textboxes, selects and dynamically created tables. Therefore, I believe I have to use the viewstate on each postback. However, I'm afraid that the page size will increase and will slow down the reload time. So, I'm thinking to move the viewstate in a database. Is it convenient? Or are there any other ways to overcome this problem.
我有一个asp.net页面里面有一个multiview控件。在控件中有许多文本框,选择和动态创建的表。

