ISO OSI Model
Posted by selectall on July 14, 2009
Posted in Networking | Tagged: Data Communications and Networking - Behrouz A. Forouzan ppt, Introduction ot ISO OSI, ISO OSI Reference Model, Layered Architecture, OSI Model, The ISO - OSI Model, Why ISO OSI | Leave a Comment »
Super Cool Dudes
Posted by selectall on July 11, 2009
Posted in Interesting | Tagged: Super Cool Dudes | Leave a Comment »
White Shaka – Graphic Novel
Posted by selectall on July 11, 2009
Posted in Interesting | Tagged: White Shaka - Graphic Novel | Leave a Comment »
Let us talk poverty
Posted by selectall on July 11, 2009
Posted in Interesting | Tagged: let us talk poverty | Leave a Comment »
Date Difference in Asp.net
Posted by selectall on July 9, 2009
string startDate = “4/24/2007″;
string endDate = “3/24/2007″;
DateTime sDate = Convert.ToDateTime(startDate);
DateTime eDate = Convert.ToDateTime(endDate);
TimeSpan dateDiff = eDate.Subtract(sDate);
int days = dateDifference.Days;
Posted in ASP.net C# | Tagged: Date Difference in Asp.net, total days between two dates | Leave a Comment »
Dynamic Crystal report in Asp.net Export Data to Excel
Posted by selectall on July 8, 2009
In this example two tasks are covered
1. Crystal Report with dynamic column
2. Export data table
Download Here Dynamic Report and Export to Excel
Posted in ASP.net C# | Leave a Comment »
Add column in query with default value
Posted by selectall on July 8, 2009
SELECT id as student_id,
student_code,
‘Present’ AS attendance_legend_name,
first_name
FROM dbo.ad_student_m
Posted in MS SQL 2005 | Tagged: add column, add column in query, add column in query with default value, add column using query, add dummy column in query, column in query with default value, temparary column in query | Leave a Comment »
Online back up of Bookmarks
Posted by selectall on July 6, 2009
http://www.xmarks.com/
to download :
http://download.xmarks.com/download/all
Posted in Tech Q&A | Tagged: backup of bookmarks, backup of bookmarks tool, backup of favorities of IE, backup of favorities of internet explorer, how to backup of bookmarks, Online back up of Bookmarks, Online back up of Favorities, tool for backup of bookmarks | Leave a Comment »