Articles

Page 6 of Read all articles from Jey Geethan and his team

Software Development

[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms

by Jey Geethan | November 06, 2008
[VB.NET] Finding whether its Design Mode or Runtime Mode for Forms
Sometimes, while creating controls, either by Inherited Controls or UserControls, we will be required to skip a piece of code depending upon the design time or runtime mode.
Software Development

[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows

by Jey Geethan | March 06, 2008
[.NET Error] Update requires a valid UpdateCommand when passed DataRow collection with modified rows
This is an error, with which i was dumbfounded for weeks. But the solution is simple after understanding why it's happening