How to find last error which occurred in Asp.net ?
Why does my asp.net file have multiple tag with runat=server?
What event fired during, when datagrid click?
How does session work in asp net?
What is Pre-Render event in ASP.NET?
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
Can we have multiple web config files for an asp.net application?
What are app services?
How to execute a stored procedure.and how to call it form a asp page
Define authentication and authorization.
What methods are fired during the page load?
Whats the difference between abstract factory pattern and factory pattern?
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?