Why do we need asp.net?
No Answer is Posted For this Question
Be the First to Post Answer
What are the new features implemented in ASP.NET?
What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object
7 Answers Bunzl Vending, Syntax Softtech,
What threading model used in asp and asp.net?
How to handle error while project running on live
what is view state
5 Answers Microsoft, Siebel Systems,
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
how many script manager controls are used in Ajax web page?
7 Answers CSC, Health Prime Services, TCS,
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 cyclomatic complexity and why is it important?
Why is the standalone environment only useful during the development process?
What is web application virtual directory ?
What is application variable and when it is initialized ?