Sunday, June 24, 2007

Important Links ......

www.indianrail.gov.in ( Railways website )


Wednesday, June 13, 2007

Null Check

Always check Null before use that Object or values


ex..
If IsNothing(Session("mainID")) = True Then
'Do this Job
End IF

if its database value means u must check isNull ( if the field allowed null value )

If IsDBNull(reader("mainNameMiddle")) = False Then
'Do this Job
End If

Tuesday, June 12, 2007

Monday, June 11, 2007

Nested Repeater with Parent child relations

Nested Repeater with Parent child relations ....

if u want to bind two table with relations in a nested repeater .... u can check this links ....

http://www.dotnetspider.com/kb/Article1039.aspx

http://support.microsoft.com/kb/306154

Friday, June 8, 2007

Some basic Diff between MS Access and MS SQL Server

Do u need to know Some basic Diff between MS Access and MS SQL Server in Queries ..... pls visit below link .....

http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/Quick-Access-JET-SQL-to-T-SQL-Cheatsheet.aspx

You Tube Collections ......

http://www.youtube.com/watch?v=LU8DDYz68kM