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

আমার কথা

আমার যত কথা..

আমার কথা

আমার সম্পর্কে কিছু লিখতে ইচ্ছা করছে আজ।ইচ্ছা প্রকাশের ভাষা হিসাবে বেছে নিয়েছি সাইবারস্পেস। গীক দের কাছে সাইবারস্পেস হল একটা প্লাটফরম। যাই হোক ফিরে যাই আমার কথাই।

আমি সৈকত,পুরো নাম সৈকত কুমার পোদ্দার। পেশায় একজন সফটওয়ার প্রকৌশলী। আমি আমেরিকান আন্তর্জাতিক বিশ্ববিদ্যালয় বাংলাদেশ(এআইইউবি) থেকে কম্পিউটার বিজ্ঞান ও প্রকৌশল এ স্নাতক সমাপ্ত করেছি। বর্তমানে নেদারল্যান্ড ভিত্তিক একটি সফটওয়্যার কোম্পানীতে সিনিয়র সফটওয়ার প্রকৌশলী এর দায়িত্ব পালন করছি।আমি নিজের চরিত্র বুঝানোর জন্য গীক, যোদ্ধা ও অনুসন্ধানী (Geek Warrior Explore) এই তিনটি শব্দটি ব্যাবহার করতে সাচ্ছন্দবোধ করি।

গীকঃ ইংরেজী Geek শব্দটার সঠিক বাংলা অনুবাদ কি হবে জানা নাই। তবে বলতে পারেন প্রযুক্তি পাগল একটা মানুষ।যে পাগলামির শুরূ হয় ম্যাকগাইভার নামক টিভি সিরিয়াল এর প্রভাবে সেই পাগলামি এখনো শেষ হয় নাই।

...[Read Full Story Here]

Tags:life  myself 
Comments(0) Posted By saiket | 9/17/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

ExtJS Server Side Sorting

simple is complex

ExtJS Server Side Sorting

ExtJS a great JS framework for giving a rich user experience but when you start working it then you need some time to really get use to with this framework. The main challenge is to debug the application. Off course firebug is there but still when firebug point you to the ext source then it’s hard to determine the problem. You can Google for online help but according to my experience I am hardly get what I want. Then I go through the ext-all-debug.js file and determine which function does what. Same thing happened when wanted to customize the sorting feature of ExtJS Gridview.

Requirement is like following.

  • Default GridView sorting should be Disable

Tags:extjs javascript tech 
Comments(1) Posted By saiket | 8/3/2009 12:00:00 AM