开发者

What is website page performance when input controls exceed high?

开发者 https://www.devze.com 2023-01-29 04:51 出处:网络
I have requirement in website, where i need to provide around 60 textbox inside fo开发者_如何学Pythonrm.

I have requirement in website, where i need to provide around 60 textbox inside fo开发者_如何学Pythonrm.

I woud like to know whether it make performance down when i put such large count of textbox (60) in form.

Is there any alternate way to meet this requirement.

Please help?


I don't know about performance, but it'll be a nuisance to fill in and you may start to run into timeout issues with session etc.

Have you considered breaking the page up into sections and serving different pages in a wizard style control?

0

精彩评论

暂无评论...
验证码 换一张
取 消