www.indianrail.gov.in ( Railways website )
Sunday, June 24, 2007
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
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
asp.net controls and examples ....
some sample on asp.net controls .....
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/default.aspx
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/default.aspx
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
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
http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/Quick-Access-JET-SQL-to-T-SQL-Cheatsheet.aspx
Subscribe to:
Posts (Atom)