This partly depends on how you are updating the DB and your overall design for the business layer. I.E. if everything is being done in the data layer using Stored procs for example, then it makes...
I'm getting up to speed with MVC. In all examples that I find, the database tables always seem to have a single autoincrement column as the key. Is this the standard for DB Design when the...
If you install Firbug and the developer toolbar for firefox, you should be able to step your code in the browser and see what the browser is referencing (both are firefox add-ons)
I'm quite rusty at this having not had to do one for a couple of years. I have made some changes to a Dll project and then from the File menu selected 'Make'. This has given me 2 files.
...
In a Transaction Block I have the following code, and in my catch block I report the error. It States that on line 27 (reference to the first variable being set) That the Subquery returned...
I have inherited a VS2003 project that needs to be maintained. When I press F5 to run the project, the start page loads and displays in the browser, then the debugger stops as if Id...
I have been given a project written in vs2003 that I need to get working in vs2008. The problem seems to exist in both vs2003 and vs2008. At the start of the...
I need to send an e-mail to a couple of people, but do not want them to know it was from me. How can I send an e-mail and stop my name displaying in the 'from' field.
I have a gridview and have paging set to true. My grid has enough records to give 3 pages. when I click say page 2 the grid doesn't always page and often requires 2 selections before the...
I'm working on a client site with their kit and they have only given me access to VS2008. I have no graphic tool available to me and have been given the graphics from another dept. They have also...
Can I use your solution when the images that I have been supplied with are made up of 4 images for the corners, 1 image for the horizontal and 1 image for the vertical. As I think for...
Yes, that would be my ideal, but here the client for some obscure reason has said absolutely no tables are to be used. Because at least then the columns would expand to the longest and the others...
In VB6 most of these kinds of settings would be placed in an .ini file or in the registry. You could equally store them in a resource file. Part of how you would do this can depend also on the...