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)
February, 2006
MSDN Blogs
>
Rahul Soni's blog
>
February, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rahul Soni's blog
DataFormatString of GridView control is not working and the columns don't get formatted
Posted
over 6 years ago
by
imRahulSoni
8
Comments
Recently, I found an issue with the Gridview control. I was adding some formatted columns and no matter how much I tried it wouldn't show up as expected. Similar code seems to work fine in Datagrid of VS 2003. One of the columns which I had was supposed...
Rahul Soni's blog
Dynamic GridView Series - 2.Formatting Columns dynamically
Posted
over 6 years ago
by
imRahulSoni
5
Comments
Requirement 2 ============= Give the Datagrid a decent User Interface with Appropriate Headers and Formatted Columns created dynamically. Let's create a new ASP.NET Web site. Add the following lines just after your <configuration> tag in the...
Rahul Soni's blog
Dynamic GridView Series - 1.Simple Gridview Binding at runtime
Posted
over 6 years ago
by
imRahulSoni
4
Comments
Requirement 1 =========== We need to bind the data dynamically to the GridView of ASP.NET 2.0 Let's create a new ASP.NET Web site. Add the following lines just after your <configuration> tag in the web.config. I will be working with the "pubs...
Rahul Soni's blog
Dynamic Datagrid Series - 4.Multiselect Datagrid behaving like most other Mail Service's Datagrid
Posted
over 6 years ago
by
imRahulSoni
4
Comments
Requirement 4 ============= This is the 4th requirement of the Dynamic Datagrid Series at my blog. For previous Requirements, click here . Till now, we have a datagrid which is dynamically created with nicely formatted columns and rows which changes color...
Rahul Soni's blog
GridView:Access GridView's Row Items information from the Button Click Event in ASP.NET 2.0
Posted
over 6 years ago
by
imRahulSoni
8
Comments
Requirement 1 ============= You have a GridView in ASP.NET 2.0 and you want to read the row whenever the Button of that row is clicked. Additionaly, you want to pass the key information to a different page, where you are supposed to show the details....
Rahul Soni's blog
Understanding RSS
Posted
over 6 years ago
by
imRahulSoni
0
Comments
You, as webmasters, want your portal visitors back... again and again, whenever you have anything new at your website. Right? The requirement is simple! To achieve it though, is not that simple ;o) How good would it be, if there was some way that you...
Rahul Soni's blog
Dynamic Datagrid Series - 3.Highlighting Datagrid Rows when the mouse hovers over any row
Posted
over 6 years ago
by
imRahulSoni
1
Comments
Requirement 3 ============= We have a formatted datagrid which is dynamically added on your page. Without doing much coding, we want to provide the functionality in such a way that whenever the mouse hovers over any row the color should change. Also,...
Rahul Soni's blog
Color Chart code which enumerates all the names of the .NET "Color Structure"
Posted
over 6 years ago
by
imRahulSoni
1
Comments
It often becomes difficult to remember the color names in .NET. Now, if you have a datagrid or any other control and looking for appropriate colors, this code will help you to create a small page which will show you all the colors in one page, along with...
Rahul Soni's blog
Suppress caching of certain MIME types like GIF, JPG etc
Posted
over 6 years ago
by
imRahulSoni
2
Comments
I had an interesting problem sometime back which I would like to share. We had a page which did some data processing and created a graph (in GIF format) based on that page's information. The GIF file got overwritten (new graph got generated due to...
Page 1 of 1 (9 items)