In asp.net application, if a webpage or total application
seems too slow or getting delayed to load completely
in the browser. As a developer, what are the checkings or
actions you will take in the application or server side to
rectify the slowness or delay load or which are
the factors related to this issue? How we can trace it?
Answer / neelkanth
First of all, Remove the JPG images from Backgrounds. Its
take more memory. Then if user interact with database then
optimise the queries.If user doing search function then use
Dataview.
Is This Answer Correct ? | 3 Yes | 1 No |
whats the purpose of AUTOPOSTBACK property for the controls in asp.net?
what is diference between the .net1.0 & .net2.0 ?
What are the authentication types in asp.net?
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
What is a Metadata?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
What are the layouts of ASP.NET Pages?
What is cookies in asp net?
what cut off mark for po's,what questions they asked for interview?
What is asp.net ajax?
Difference between DataView and DataTable