Entries Tagged as ‘C#’

July 22, 2006

datalist, datagrid or repeater

in asp.net, visual studio 2005 provides you with 3 controls to view data from a source.. all three controls are populated by using a datasource (which can be a database, xml, odbc sources..) by using the databind() method.
1. repeater is the basic of all the three
2. datagrid is easy to use. u can connect to [...]

July 13, 2006

delphi vs. C#

C# and Delphi have the same father. Anders Hejlsberg. C# is from microsoft and delphi from borland..
i was initially a C# guy, but now im starting to like DELPHI more than C# . here are some random thoughts why…
1. there are lesser layers and so the program runs faster in delphi
2. more comfortable to access [...]