In which form does the dataset store data in it?
Answers were Sorted based on User's Feedback
What is the difference between adding reference in solution explorer and adding references by using ?
About CLR, reflection and assemblies?
Which methods validate all the controls on a page?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
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....
Where do you store the information about the user?s locale?
If you have to replicate a set of controls(UI) across a number of web pages, what will you do
Give a few examples of page life cycle events.
what is a .xap file? Explain with an example.
How can we prevent an aspx page get refreshed when any information fetch from the database ?
Where sessions are stored in asp.net?
Is it right that ASP.NET Web API has replaced WCF?