Sign In
Rahul Soni's blog
Never assume the obvious is true!
RSS Feed
RSS
http://www.dotnetscraps.com/dotnetscraps/
Social Media Sharing
Blog - News
These postings are provided "AS IS" with no warranties, and confers no rights.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Anika
Articles
ASP.NET 1.x
ASP.NET 2.0
Blogging Tools
Case Study
Debugging
httpModules
IIS
Log Parser
Miscellany
MSIL
Network Monitor
Pages
Performance
Personal
Samples
Social Bookmarking
Tips and Tricks
Troubleshooting
VB6 and VB.NET
Vista
Visual C#
Visual Studio.NET
Windows Live Writer
Archive
Archives
January 2012
(1)
August 2011
(2)
July 2008
(4)
June 2008
(2)
May 2008
(2)
April 2008
(3)
March 2008
(3)
February 2008
(5)
January 2008
(3)
December 2007
(1)
November 2007
(4)
October 2007
(3)
September 2007
(5)
August 2007
(7)
July 2007
(5)
June 2007
(6)
May 2007
(7)
April 2007
(9)
March 2007
(4)
February 2007
(5)
January 2007
(4)
December 2006
(6)
November 2006
(1)
October 2006
(4)
September 2006
(6)
August 2006
(4)
July 2006
(3)
June 2006
(1)
May 2006
(2)
April 2006
(4)
March 2006
(9)
February 2006
(9)
January 2006
(7)
March, 2006
MSDN Blogs
>
Rahul Soni's blog
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rahul Soni's blog
Unable to change the DisplayMode of a WebPartManager
Posted
over 6 years ago
by
imRahulSoni
5
Comments
I had an issue where I was changing a WebPartManger's displaymode using the following code... WebPartManager1.DisplayMode = WebPartManager.CatalogDisplayMode or WebPartManager1.DisplayMode = WebPartManager.EditDisplayMode I didn't use SQL Express...
Rahul Soni's blog
How to use SQL Server in ASP.NET 2.0, if you don't have SQL Express for VS 2005
Posted
over 6 years ago
by
imRahulSoni
1
Comments
I don't have the SQL Express on my box and I still want to use database for my ASP.NET 2.0 application. Here is what I do to configure each of my application to use the MS SQL 2000. 1) Go to the the Visual Studio 2005 command prompt OR a regular command...
Rahul Soni's blog
Load XML file data in a Treeview control in Visual Basic 2005
Posted
over 6 years ago
by
imRahulSoni
6
Comments
We have an XML file that needs to be loaded in the TreeView control. This entry shows How do we do it in VB.NET 2005. Let's create a VB.NET Project. Drag and drop a TreeViewControl and name it tvwMetabase . Also drag a Button control and name it btnLoad...
Rahul Soni's blog
Find Operating System Information from your VB.NET 2005 application
Posted
over 6 years ago
by
imRahulSoni
12
Comments
In VS 2005, it has become really easy to find the Operating System's information using some of the classes. Let's take a look at how do we do it in VB 2005... Sub DisplayOperatingSystemInformation() Dim osInfo As OperatingSystem osInfo = Environment...
Rahul Soni's blog
4 ways to send a PDF file to the IE Client in ASP.NET 2.0
Posted
over 6 years ago
by
imRahulSoni
42
Comments
In this pick, I am sharing a project using which you can send PDF files to the IE Client in four different ways. You may download the project by clicking here . Create a new C# Website. While creating the following pages ensure that you DON'T have...
Rahul Soni's blog
Dynamically adding webparts to the dynamically added Catalog zone
Posted
over 6 years ago
by
imRahulSoni
12
Comments
Today we are going to discuss how to add webparts to a Catalog Zone dynamically in your webpage. Sometimes, you may have quite a lot of different webparts which you don't want to add by default to any page. Instead, you want to design an interface...
Rahul Soni's blog
ASP.NET 2.0 New Multimedia and MSDN Webcasts
Posted
over 6 years ago
by
imRahulSoni
0
Comments
Visit the following link if you are new to ASP.NET 2.0 or want to familiarize yourself with some of the brand new stuff in 2.0. http://msdn.microsoft.com/asp.net/learning/learn/newtodevelopment/default.aspx Don't forget to visit the following walkthrough...
Rahul Soni's blog
How to use Web Site Administration Tool without installing VS 2005
Posted
over 6 years ago
by
imRahulSoni
30
Comments
Hello everyone!! This one is a tweak to ensure that you are able to Administer your ASP.NET 2.0 web-site *without* installing Visual Studio 2005 on your IIS Server. For that, you would need Framework 2.0 installed on your Server. If you don't have...
Rahul Soni's blog
What is a Crash (technically)... in ASP.NET and what to do if it happens?
Posted
over 6 years ago
by
imRahulSoni
7
Comments
Many times while troubleshooting performance related issues in ASP.NET/IIS we find that customers come in saying that the ASP.NET process crashes n number of times a day, two or more. Now, the question arises, that is it really a crash, or some Yellow...
Page 1 of 1 (9 items)