how to fasten form load
-
:confused:i have try to put all control in one form.it takes time to load the page.there are more then 2000 control in one page.can it be possible to make the page load faster.right now it take about 2 minutes to load the page.this are done for window mobile development.:confused:
@h3aR
-
:confused:i have try to put all control in one form.it takes time to load the page.there are more then 2000 control in one page.can it be possible to make the page load faster.right now it take about 2 minutes to load the page.this are done for window mobile development.:confused:
@h3aR
ahzarmokhli wrote:
there are more then 2000 control in one page
Why? :wtf:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
ahzarmokhli wrote:
there are more then 2000 control in one page
Why? :wtf:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
the page contain lots of checkbox.
@h3aR
-
the page contain lots of checkbox.
@h3aR
Hey Ahzar! First of all, the time it takes the page to load depends on the the server that you are calling the page from. So I hope that you have a good server machine doing the back end processing. Secondly, are you using a lot of If Then statements, if yes then that could be another reason? Third, I am not sure why you need 200 control (which I assume you are refering to HTML elements -> checkboxes) but see if you can break them down into sub pages, just like registering and filling out a form in thre steps. Remember that the Windows Mobiles are not as fast as a normal desktop system. These are just the general hints that I can give you. It would make more sense if I knew exactly what is it that you are doing etc etc. Feel free to email me if you need more help. Regards, Ali Rashid
-
Hey Ahzar! First of all, the time it takes the page to load depends on the the server that you are calling the page from. So I hope that you have a good server machine doing the back end processing. Secondly, are you using a lot of If Then statements, if yes then that could be another reason? Third, I am not sure why you need 200 control (which I assume you are refering to HTML elements -> checkboxes) but see if you can break them down into sub pages, just like registering and filling out a form in thre steps. Remember that the Windows Mobiles are not as fast as a normal desktop system. These are just the general hints that I can give you. It would make more sense if I knew exactly what is it that you are doing etc etc. Feel free to email me if you need more help. Regards, Ali Rashid
thanks a lot bro!!
@h3aR
-
ahzarmokhli wrote:
there are more then 2000 control in one page
Why? :wtf:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
It's just a new kind of art. After ASCII art, there's now the controls art :) Well ok, it looks a bit messing on such a small screen but it's still art ;P
Cédric Moonen Software developer
Charting control [v1.3] -
It's just a new kind of art. After ASCII art, there's now the controls art :) Well ok, it looks a bit messing on such a small screen but it's still art ;P
Cédric Moonen Software developer
Charting control [v1.3]I think I'm gonna have to stay away from that art. :omg:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP