explore the features of Microsoft .NET

Category Archives: Web Application

Blank page when running ASP application in IIS Many of us have faced this issue while working on Classic ASP applications. The cause of issue is IIS configuration but developers unaware of this issue and fight with them applications. While running ASP application below error will appear on browser. For confirm this issue, just go [...]


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


Barry Boehm,  University of Southern California Victor R. Basili,  University of Maryland   Software’s complexity and accelerated development schedules make avoiding defects difficult. These 10 techniques can help reduce the flaws in your code. Download :


document.all Internet Explorer 4 introduced the document.all DOM (document object model) to allow access to the various parts of the web page. Soon after that the standard DOM method getElementById was introduced and is therefore available in all version 5+ browsers. This means that the document.all references are only needed to support IE4. document.all doesn’t [...]


How can get the user’s country name using IP address in Classic ASP and Javascript? http://www.webservicex.net provides web services for get the country name based on ip address. In ASP using javascript we can achieve the task. Step1 : Refer the webservice using SOAPClient object var strUrlForwebservicex = http://www.webservicex.net/geoipservice.asmx?wsdl var objSoapClient = Server.CreateObject(‘MSSOAP.SoapClient30′) objSoapClient.ClientProperty(“ServerHTTPRequest”) = true; [...]


· 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 [...]


  Microsoft Expression Studio Free Trial Please try Microsoft® Expression® Studio for free now! Microsoft® Expression® products Expression Web, Expression Blend™, Expression Design and Expression Media are downloadable for a 60-day trial. This information is subject to change. Download Here Expression Web We are pleased to present a trial version of Microsoft® Expression® Web. This [...]


Microsoft Web Developement Learning Resources (The fastest way to increase the price on your head) Microsoft® Web Development Learning Series, sponsored by Microsoft and Dr. Dobb’s. Choose from more than 60 learning modules designed to leverage the Web development skills you’ve already mastered. The modules are organized by tracks and include Virtual Labs and webcasts [...]



Follow

Get every new post delivered to your Inbox.

Join 35 other followers