Object Databind is Great
No needs to rename every control from something like textBox1 to txtTitle
, because no more code like:
txtTitle.Text = article.Title;
article.Title = txtTitle.Text;
How much time can we save if there are 20 controls on the screen?
Add comment May 20th, 2007