weblogs.com.pk

Proud To Be Pakistanis!
Welcome to weblogs.com.pk Sign in | Join | Help
in Search

Browse by Tags

All Tags » Asp.Net
Showing page 1 of 2 (17 total posts)
  • Re: Migration of asp.net 1.1 to asp.net 2.0

    Download Visual Studio 2005 Service Pack 1, its a big download and takes some time to install...but when you are done with it, you will be seeing an option ''Web Application Project'' in ''New Project'' dialog. This new option provides same feature as ASP.NET 1.1 projects in Visual Studio 2003. Furthermore after Service Pack 1, you should be able ...
    Posted to Microsoft .NET (Forum) by khurram on November 3, 2007
  • My article, SumColumn, has been updated.

    Few days back, I have informed about my article, SumColumn published on codeproject. Now It has been updated incorporating the users comments. You can visit it here. Your comments are welcomed.
    Posted to Aziz ur Rahman (Weblog) by aziz on March 8, 2006
  • My first article has been published on codeproject

    ''A normal requirement in any asp.net application is to sum up the values in a DataGrid column to the footer. In this article we will try to compare the normal methods of achieving this task and later we will do this by creating our own custom DataGrid column “SumColumn”, derived from BoundControl column so that we don’t have to write the same ...
    Posted to Aziz ur Rahman (Weblog) by aziz on February 10, 2006
  • System.Net.HttpWebRequest - Arabic Data

    Few days back, there was a task that I have to get/parse data from html pages on a site. I first tried to use System.Net.HttpWebRequest class to make the request, get the data. <code> Dim objRequest As System.Net.HttpWebRequest = System.Net.WebRequest.Create(Url) Dim result As String objRequest.Method = "GET" Dim ...
    Posted to Aziz ur Rahman (Weblog) by aziz on February 4, 2006
  • DotNetNuke vs. SharePoint

    Great detailed post comparing the two http://weblogs.asp.net/bsimser/archive/2006/01/31/437023.aspx http://aspadvice.com/blogs/rjdudley/archive/2006/01/18/14755.aspx
    Posted to Aziz ur Rahman (Weblog) by aziz on February 4, 2006
  • Outsourced opportunity – SMS / MMS application

    A Saudi Arabia based e-news/stock company wants to outsource an application dealing with SMS/MMS. The bird's eye view of the application is like.   1) User can subscribe to the SMS/MMS service through the website or by sending SMS with a given code to a given number           E.g. SMS 195 BN ...
    Posted to Aziz ur Rahman (Weblog) by aziz on December 27, 2005
  • Credit Card Processing

    Situation is that I have to implement an ecommerce website based in Saudi Arabia with credit card processing facility. User should not go to some other site for transactoion i.e it must be done on our website. After a little googling I came to know that it can be done in two ways. 1) Website--> Gateways--> Processor--> Merchant ...
    Posted to Aziz ur Rahman (Weblog) by aziz on October 12, 2005
  • Compression in Dot Net (Zip format).

    Like many of you out there, I have also used #ZipLib (pronounced as SharpZipLib) to do compression programmatically. For those who do not know about #ZipLib, it is an open source compression library for zip formats, written in C#. The code is available at their website. I was thinking that how it is possible that Microsoft did not ...
    Posted to Aziz ur Rahman (Weblog) by aziz on July 9, 2005
  • Ten tools in 10 minutes

    Just find this blog on weblogs.asp.net. Posting it here so that who missed it there get it from here .Scott Hanselman collection of useful tools.
    Posted to Aziz ur Rahman (Weblog) by aziz on June 11, 2005
  • My First WebPart for Share Point

    Ahhhhhh. After seven hours of doing just one thing i am tired and frustated. Doing developemt on a virtual PC is a headache, so slow. My be I should upgrade my PC. I have started learning sharepoint nowadays and today I made my first web part. I tried to upload the web part following the same steps in the MSDN article but alas. As soon as i try ...
    Posted to Aziz ur Rahman (Weblog) by aziz on May 14, 2005
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems