What is state management techniques in asp.net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Why web api is better than wcf?

0 Answers  


What is gridview in asp.net?

0 Answers  


How can you execute stored procedure from windows application?

1 Answers   Microsoft,


Explain the different types of assemblies?

0 Answers  


I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  






What is form submit?

0 Answers  


What is ASLM?

0 Answers   MCN Solutions,


Explain what is viewstate?

0 Answers  


what is service contract,operation contract?

2 Answers  


What is Bundling and Minification in MVC?

0 Answers   HCL,


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


Briefly describe the role of global.asax?

0 Answers  


Categories