|
|
Browse by Tags
All Tags » Asp.Net
Showing page 1 of 2 (17 total posts)
-
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 ...
-
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.
-
''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 ...
-
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 ...
-
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
-
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 ...
-
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 ...
-
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 ...
-
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.
-
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 ...
1
|
|
|