Sunday, June 19, 2011
Change row color in Gridview on mouse over
Sunday, June 19, 2011
Vikas Sharma
If you have the need to change the row color of a row in a gridview when you mouse over (and mouse out) you can add some code to the RowDataBound event.
Here is a sample:
Here is a sample:
GridView with clickable rows
Sunday, June 19, 2011
Vikas Sharma
If you need to have a GridView with rows that you can click on you will need to set the onClick event for each row.
Here is a code sample for the RowDataBound event of a GridView.
This examples pulls the value of cell 0 and appends it to the url.
Here is a code sample for the RowDataBound event of a GridView.
This examples pulls the value of cell 0 and appends it to the url.
List down the DataType and Size Of all Columns of All Tables in a SQL Server 2005/2008 Database
Sunday, June 19, 2011
Vikas Sharma
StoredProc to Delete All Tables,SPs,Views,Triggers From a Database
Sunday, June 19, 2011
Vikas Sharma