Share via


Rahul Soni's blog

Never assume the obvious is true!

What is Log Parser 2.2?

<From the Log Parser 2.2 documentation> Log parser is a powerful, versatile tool that provides...

Author: imRahulSoni Date: 08/24/2006

Unable to build any application in a VS 2005 Application

Here is an interesting issue which I found today. One of my customers was working with VS 2005 and...

Author: imRahulSoni Date: 07/12/2006

Unable to connect to Visual Studio's Localhost Web Server

Screwing up an installation is so easy! I realized it when I was working on an issue today and had...

Author: imRahulSoni Date: 07/11/2006

CS0030: Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'

Another issue which I found really interesting... We had an ASP.NET 2.0 application and in one of...

Author: imRahulSoni Date: 07/03/2006

Recently, I saw a very interesting issue. Thought, I must share... There were two pages in an...

Author: imRahulSoni Date: 06/23/2006

How to find out details using LOG PARSER from huge text files without opening them in Notepad, etc.

Quite often, we receive log files for analysis which are simply HUGE!!! We try opening that in...

Author: imRahulSoni Date: 05/02/2006

The runtime components and controls of ASP.NET 2.0 are instrumented for health monitoring they and...

Author: imRahulSoni Date: 04/13/2006

The best RSS News Reader?

Hi there!!! I wanted to know which are some of the best RSS news readers according to you. I tried...

Author: imRahulSoni Date: 04/07/2006

Run a command from the command prompt and get its output in a Windows Application

In this pick, I wanted to show you how to execute commands on the command prompt and get its output...

Author: imRahulSoni Date: 04/01/2006

Some of the lesser known shortcuts of Visual Studio.NET to make coding easy and fun...

I have always been a key-board savvy person and don't like using the mouse until necessary!!! While...

Author: imRahulSoni Date: 04/01/2006

Unable to change the DisplayMode of a WebPartManager

I had an issue where I was changing a WebPartManger's displaymode using the following code......

Author: imRahulSoni Date: 03/28/2006

How to use SQL Server in ASP.NET 2.0, if you don't have SQL Express for VS 2005

I don't have the SQL Express on my box and I still want to use database for my ASP.NET 2.0...

Author: imRahulSoni Date: 03/28/2006

Load XML file data in a Treeview control in Visual Basic 2005

We have an XML file that needs to be loaded in the TreeView control. This entry shows How do we do...

Author: imRahulSoni Date: 03/26/2006

Find Operating System Information from your VB.NET 2005 application

In VS 2005, it has become really easy to find the Operating System's information using some of the...

Author: imRahulSoni Date: 03/26/2006

4 ways to send a PDF file to the IE Client in ASP.NET 2.0

In this pick, I am sharing a project using which you can send PDF files to the IE Client in four...

Author: imRahulSoni Date: 03/24/2006

Dynamically adding webparts to the dynamically added Catalog zone

Today we are going to discuss how to add webparts to a Catalog Zone dynamically in your webpage....

Author: imRahulSoni Date: 03/18/2006

ASP.NET 2.0 New Multimedia and MSDN Webcasts

Visit the following link if you are new to ASP.NET 2.0 or want to familiarize yourself with some of...

Author: imRahulSoni Date: 03/14/2006

How to use Web Site Administration Tool without installing VS 2005

Hello everyone!! This one is a tweak to ensure that you are able to Administer your ASP.NET 2.0...

Author: imRahulSoni Date: 03/09/2006

DataFormatString of GridView control is not working and the columns don't get formatted

Recently, I found an issue with the Gridview control. I was adding some formatted columns and no...

Author: imRahulSoni Date: 02/28/2006

Dynamic GridView Series - 2.Formatting Columns dynamically

Requirement 2=============Give the Datagrid a decent User Interface with Appropriate Headers and...

Author: imRahulSoni Date: 02/28/2006

Dynamic GridView Series - 1.Simple Gridview Binding at runtime

Requirement 1===========We need to bind the data dynamically to the GridView of ASP.NET 2.0 Let's...

Author: imRahulSoni Date: 02/21/2006

Dynamic Datagrid Series - 4.Multiselect Datagrid behaving like most other Mail Service's Datagrid

Requirement 4=============This is the 4th requirement of the Dynamic Datagrid Series at my blog. For...

Author: imRahulSoni Date: 02/12/2006

GridView:Access GridView's Row Items information from the Button Click Event in ASP.NET 2.0

Requirement 1=============You have a GridView in ASP.NET 2.0 and you want to read the row whenever...

Author: imRahulSoni Date: 02/09/2006

Understanding RSS

You, as webmasters, want your portal visitors back... again and again, whenever you have anything...

Author: imRahulSoni Date: 02/09/2006

Dynamic Datagrid Series - 3.Highlighting Datagrid Rows when the mouse hovers over any row

Requirement 3=============We have a formatted datagrid which is dynamically added on your page....

Author: imRahulSoni Date: 02/04/2006

Color Chart code which enumerates all the names of the .NET "Color Structure"

It often becomes difficult to remember the color names in .NET. Now, if you have a datagrid or any...

Author: imRahulSoni Date: 02/04/2006

Suppress caching of certain MIME types like GIF, JPG etc

I had an interesting problem sometime back which I would like to share. We had a page which did some...

Author: imRahulSoni Date: 02/02/2006

Dynamic Datagrid Series - 2.Formatting Columns

Requirement 2=============Give the Datagrid a decent User Interface with Appropriate Headers,...

Author: imRahulSoni Date: 01/20/2006

Dynamic Datagrid Series - 1.Simple Datagrid Binding

In some of the forthcoming series in my Blog, I will start exploring Datagrid and some of the most...

Author: imRahulSoni Date: 01/20/2006

Using Filemon/Regmon to solve "Access Denied" issues

Very often you get "Access Denied" error messages in your .NET application and you wonder why it is...

Author: imRahulSoni Date: 01/18/2006

Copying Winamp's playlist songs to any other folder for copying to CD etc

Well, to begin with... let me tell you my problem which led me to create this very simple...

Author: imRahulSoni Date: 01/14/2006

A Test web page for ASP.NET without Visual Studio

Create a Text file with an extension of aspx and paste the following code. After you have saved the...

Author: imRahulSoni Date: 01/09/2006

Who am I and why this blog?

Thank you for your interest in my Blog! My name is Rahul Soni and I have joined the Blogger...

Author: imRahulSoni Date: 01/09/2006

<Previous