Selectall

We Share What We Get

ISO OSI Model

Posted by selectall on July 14, 2009

Posted in Networking | Tagged: , , , , , , | Leave a Comment »

Drunkenomics – The Story of Bar Stool Economics

Posted by selectall on July 11, 2009

Posted in Interesting | Tagged: , , , , | Leave a Comment »

Super Cool Dudes

Posted by selectall on July 11, 2009

Posted in Interesting | Tagged: | Leave a Comment »

White Shaka – Graphic Novel

Posted by selectall on July 11, 2009

Posted in Interesting | Tagged: | Leave a Comment »

The Story of H

Posted by selectall on July 11, 2009

Posted in Interesting | 1 Comment »

Let us talk poverty

Posted by selectall on July 11, 2009

Posted in Interesting | Tagged: | 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: , | 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: , , , , , , | 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: , , , , , , , | Leave a Comment »