Does web services support data reader like pom project?
what is Master pages in asp.net? what is the advantages and disadvantages?
Why Unload event of MasterPage Calls first in ASP.net ?
How does asp net store session ids by default?
How does the browser enable AutoPostBack functionality?
Define common type system?
Which type of state management is provided by Query String in ASP.NET?
0 Answers Sans Pareil IT Services,
I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.
Where sessions are stored?
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.
5 Answers ADITI, Syntax Softtech,
What is user control in asp.net?
What is session in http request?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc