CSharp DOT NET Access from classic ASP

To access C# .NET classes from a Classic ASP pages through Dynamic Link Library (DLL).

CSharp DOT NET Access from classic ASP

In the age of .NET managed code, it is very much painful to write code in Classic ASP. But you have to face such a situation for giving support in old classic ASP application where you cannot get .NET Framework facilities by default. In this post I want to explain how you get all .NET facilities in classic ASP pages. Here I will use C# as a .NET language.

Step for Get it Done

  1. Lets consider you are working on the directory E:\work\rd
  2. write a C#.NET application in the MyTest.cs file which will do a multiplication
  3. Now add the following namespace into your program file MyTest.cs ...[Read Full Story Here]

Tags:C# .NET ASP 
Comments(0) Posted By Saiket | 9/18/2009 12:00:00 AM

How to get current page Name in ASP.NET

simple but nice to know

How to get current page Name in ASP.NET

Sometimes you need the current page name of aspx page in asp.net. It’s natural to search something like  

 Page.Name  // but this is not avaliable//
...[Read Full Story Here]

Tags:geek tech asp.net 
Comments(0) Posted By saiket | 9/3/2009 12:00:00 AM