Hi; How can I get the full filename of an apps app.exe.config? And in the case of a web app, that should be path\Web.Config. I need this for logging so that when one of our customers "has placed a
One of my customers today asked if he could have some parts of the application on a PDA. It will be a few forms and not to much data (i guess 10 mb max) I like to develop within VS2005.
I have a datagridview that is bound to a datasource. The under lying data is not from a database, but biz objects. The first colume (InUse) is a check box to determine if the rest of the row is enabled. When the row is not in use, it is grayed out in the CellFormatting event.