What is state management techniques in asp.net?
No Answer is Posted For this Question
Be the First to Post Answer
Why web api is better than wcf?
What is gridview in asp.net?
How can you execute stored procedure from windows application?
Explain the different types of assemblies?
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....
What is form submit?
What is ASLM?
Explain what is viewstate?
what is service contract,operation contract?
What is Bundling and Minification in MVC?
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.
Briefly describe the role of global.asax?