balachandar muruganantham { Personal Blog }

Tuesday, August 24, 2004
On this day:

Miscellaneous site links

for Free Programming
http://www.freeprogrammingresources.com/

For AutoEventWireUp attribute in .NET
http://support.microsoft.com/?kbid=317690


YourKit Java Memory Profiler is a new generation of memory profiling tools. With help of this tool, you can easily solve memory related performace problems such as memory leaks and memory consumption bottlenecks. http://www.yourkit.com/ for more info

Prasanna
http://mis.baylor.edu/is4321/index.php?idateselected=0


Monday, August 23, 2004
On this day:

CSS with ASP.NET

DataGrid Sort Column CSS

If you've tries to set CSS styles for your DataGrids, you may have run into a problem with sort columns. Sort columns contain DataGridLinkButtons which render as HTML anchor tags. Since these controls are contained within the DataGrid header itself, setting the CssClass for the header won't get the style applied to the anchors. The easy solution is to set the styles directly in the grid at design time, but that means changing the aspx/ascx should a style change be required. It would be better to be able to set the styles in CSS and it can be done with a little ingenuity.
The trick is to use what's called Contextual Selectors and Pseudo-Classes. I'll show a sample that sets a DataGrid's headers to a gray background with white text. The HeaderStyle CssClass of the grid has been set to TaskGrid_Head. Here's the sample and then I'll explain it:

..TaskGrid_Head, TaskGrid_Head td, .TaskGrid_Head a, .TaskGrid_Head a:link, .TaskGrid_Head a:visited, .TaskGrid_Head a:hover{ font-weight: bold; font-size: 10pt; color: #ffffff; background-color: #c0c0c0;}

What this does is to tell all td's and anchors who are contained within elements with a CSS class of TaskGrid_Head to take on the style as defined. The TaskGrid_Head td is an example of such a Contextual Selector.
One more item: To get all the states of an anchor to behave, use the pseudo-classes a:link, a:hover, and a:visited.

Friday, August 13, 2004
On this day:

Web in Indian Languages

for developing multi-lingual web pages
http://india-n-indian.com/it/wil.html

Thursday, August 12, 2004
On this day:

Mail Servers Related

Mx Record Importance
http://www.mailsbroadcast.com/

Saturday, August 07, 2004
On this day:

Regular Expression

Regular Expression
http://www.amk.ca/python/howto/regex/

Wednesday, August 04, 2004
On this day:

Using ADO.NET

The link below shows u the info about the ADO.NET which gives us the clear picture about it.
http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/ADOPlusOverview.aspx

open src
http://www.maxvirtual.com/opensrc.aspx

SQL How-to

check this link for the complete sql tutorial which i might use
http://riki-lb1.vet.ohio-state.edu/mqlin/computec/tutorials/SQLTutorial.htm


w3 school
http://www.w3schools.com/sql/default.asp

MySQL
MySQL/mysql-3.23.52/

MSSQL - Blob for storing images...
click here for checking the information related to Blob

understanding the SQL For XML Explicit and also the SQL Queries
click here


chennai shopping