explore the features of Microsoft .NET

Category Archives: ASP.NET

What are the root cause to loss the session values in ASP.NET applications? Cause 1: Session will expire in InProc session state Yes, Session will lost the values in InProc session state when the Web garden(IIS) value is greater than 1. Why?   InProc session management won’t work because each worker process will be maintaining [...]


It’s time to test you


· Differences 1. Difference between Classic ASP and ASP.Net? Answer: § ASP is Interpreted language based on scripting languages like Jscript or VBScript. § ASP has Mixed HTML and coding logic. § Limited development and debugging tools available. § Limited OOPS support. § Limited session and application state management. § Poor Error handling system. § [...]


Environment :    ASP.NET Visual C# SQL Server MS Excel Microsoft Visual Studio 1. Create one webapplication using visual studio. 2. Just put the button text as “Exports to Excel” in webform1.aspx. 3.  Use the following namespaces for this application using System; using System.Collections; using System.ComponentModel; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Drawing; using [...]



Follow

Get every new post delivered to your Inbox.

Join 35 other followers